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 217efd0 commit 7d9c04aCopy full SHA for 7d9c04a
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