Skip to content

Commit

Permalink
Merge aa7a302 into d9cdc77
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Jan 4, 2025
2 parents d9cdc77 + aa7a302 commit b638679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ydb/core/tx/columnshard/tablet/ext_tx_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class TExtendedTransactionBase: public NTabletFlatExecutor::TTransactionBase<TSh
}
virtual void Complete(const NActors::TActorContext& ctx) override final {
NActors::TLogContextGuard logGuard = NActors::TLogContextBuilder::Build()("tablet_id", TBase::Self->TabletID())("local_tx_no", TabletTxNo)("tx_info", TxInfo);
return DoComplete(ctx);
DoComplete(ctx);
ctx.Send(TBase::Self->SelfId(), new TEvents::TEvPoisonPill());
}

TExtendedTransactionBase(TShard* self, const TString& txInfo = Default<TString>())
Expand Down

0 comments on commit b638679

Please sign in to comment.