From 89e80e7f4d54bf426a1bb477c9757723e1bca753 Mon Sep 17 00:00:00 2001 From: Dmitry Kardymon Date: Thu, 25 Jan 2024 13:15:02 +0000 Subject: [PATCH] Move to trace --- .../yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp b/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp index c4c3272ef697..b2fed99eb33e 100644 --- a/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp +++ b/ydb/library/yql/dq/actors/compute/dq_compute_actor_checkpoints.cpp @@ -472,7 +472,7 @@ void TDqComputeActorCheckpoints::RegisterCheckpoint(const NDqProto::TCheckpoint& YQL_ENSURE(PendingCheckpoint.Checkpoint->GetGeneration() == checkpoint.GetGeneration()); YQL_ENSURE(PendingCheckpoint.Checkpoint->GetId() == checkpoint.GetId()); } - LOG_PCP_D("Got checkpoint barrier from channel " << channelId); + LOG_PCP_T("Got checkpoint barrier from channel " << channelId); ComputeActor->ResumeExecution(EResumeSource::CheckpointRegister); }