File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
ydb/core/kqp/executer_actor Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -606,6 +606,8 @@ class TKqpExecuterBase : public TActor<TDerived> {
606
606
const auto & databaseId = GetUserRequestContext ()->DatabaseId ;
607
607
const auto & poolId = GetUserRequestContext ()->PoolId .empty () ? NResourcePool::DEFAULT_POOL_ID : GetUserRequestContext ()->PoolId ;
608
608
609
+ LWTRACK (KqpBaseExecuterHandleReady, ResponseEv->Orbit , TxId);
610
+
609
611
if (!databaseId.empty () && (poolId != NResourcePool::DEFAULT_POOL_ID || AccountDefaultPoolInScheduler)) {
610
612
const auto schedulerServiceId = MakeKqpSchedulerServiceId (SelfId ().NodeId ());
611
613
@@ -645,7 +647,6 @@ class TKqpExecuterBase : public TActor<TDerived> {
645
647
break ;
646
648
}
647
649
648
- LWTRACK (KqpBaseExecuterHandleReady, ResponseEv->Orbit , TxId);
649
650
if (IsDebugLogEnabled ()) {
650
651
for (auto & tx : Request.Transactions ) {
651
652
LOG_D (" Executing physical tx, type: " << (ui32) tx.Body ->GetType () << " , stages: " << tx.Body ->StagesSize ());
You can’t perform that action at this time.
0 commit comments