We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dcd59 commit c36c3bbCopy full SHA for c36c3bb
ydb/core/kqp/executer_actor/kqp_executer_impl.h
@@ -359,7 +359,7 @@ class TKqpExecuterBase : public TActorBootstrapped<TDerived> {
359
ui64 seqNo = ev->Get()->Record.GetSeqNo();
360
i64 freeSpace = ev->Get()->Record.GetFreeSpace();
361
362
- LOG_ERROR_S(*NActors::TlsActivationContext, NKikimrServices::KQP_EXECUTER, "TxId: " << TxId
+ LOG_DEBUG_S(*NActors::TlsActivationContext, NKikimrServices::KQP_EXECUTER, "TxId: " << TxId
363
<< ", send ack to channelId: " << channelId
364
<< ", seqNo: " << seqNo
365
<< ", enough: " << ev->Get()->Record.GetEnough()
0 commit comments