diff options
author | hor911 <hor911@ydb.tech> | 2023-04-05 18:06:51 +0300 |
---|---|---|
committer | hor911 <hor911@ydb.tech> | 2023-04-05 18:06:51 +0300 |
commit | 2eb21fc7d5f358ba19d86ed2bab01f64219814aa (patch) | |
tree | a6abe870d1a8749b6ed9046c8e2c4eccd7644625 | |
parent | 7456291b9b9c90d528322880dd744bfc3c94e046 (diff) | |
download | ydb-2eb21fc7d5f358ba19d86ed2bab01f64219814aa.tar.gz |
Reduce sync CA logs
-rw-r--r-- | ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h b/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h index bc9be1d1403..1a9e73f9025 100644 --- a/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h +++ b/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h @@ -1288,7 +1288,7 @@ private: const i64 toSend = peerState.PeerFreeSpace + allowedOvercommit - peerState.InFlightBytes; - CA_LOG_D("About to drain channelId: " << channelId + CA_LOG_T("About to drain channelId: " << channelId << ", hasPeer: " << outputChannel.HasPeer << ", peerFreeSpace: " << peerState.PeerFreeSpace << ", inFlightBytes: " << peerState.InFlightBytes |