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 9c6b3f1 commit cd4759fCopy full SHA for cd4759f
ydb/core/tx/tx_proxy/upload_rows_common_impl.h
@@ -1339,7 +1339,7 @@ class TUploadRowsBase : public TActorBootstrapped<TUploadRowsBase<DerivedActivit
1339
if (LongTxId != NLongTxService::TLongTxId()) {
1340
// LongTxId is reset after successful commit
1341
// If it si still there it means we need to rollback
1342
- Y_DEBUG_ABORT_UNLESS(status != ::Ydb::StatusIds::SUCCESS);
+ Y_DEBUG_ABORT_UNLESS(status != ::Ydb::StatusIds::SUCCESS || ImmediateWrite);
1343
RollbackLongTx(ctx);
1344
}
1345
Span.EndOk();
0 commit comments