Skip to content

Commit 785644e

Browse files
committed
Crop transactions before sending
1 parent 03e1072 commit 785644e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/core/kqp/executer_actor/kqp_executer_impl.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,9 +1872,8 @@ class TKqpExecuterBase : public TActorBootstrapped<TDerived> {
18721872
void PassAway() override {
18731873
YQL_ENSURE(AlreadyReplied && ResponseEv);
18741874
FillResponseStats();
1875-
this->Send(Target, ResponseEv.release());
1876-
18771875
Request.Transactions.crop(0);
1876+
this->Send(Target, ResponseEv.release());
18781877

18791878
for (auto channelPair: ResultChannelProxies) {
18801879
LOG_D("terminate result channel " << channelPair.first << " proxy at " << channelPair.second->SelfId());

0 commit comments

Comments
 (0)