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 7e5db74 commit bdbbb3cCopy full SHA for bdbbb3c
ydb/core/kqp/session_actor/kqp_session_actor.cpp
@@ -240,9 +240,6 @@ class TKqpSessionActor : public TActorBootstrapped<TKqpSessionActor> {
240
<< "ActorId: " << SelfId() << ", "
241
<< "ActorState: " << CurrentStateFuncName() << ", ";
242
if (Y_LIKELY(QueryState)) {
243
- if (QueryState->HasTxControl()) {
244
- result << " TxId: " << QueryState->GetTxControl().tx_id() << ", ";
245
- }
246
result << "TraceId: " << QueryState->UserRequestContext->TraceId << ", ";
247
}
248
return result;
0 commit comments