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.
2 parents 18174b0 + 92a1247 commit f270a81Copy full SHA for f270a81
ydb/core/tx/columnshard/operations/manager.cpp
@@ -255,9 +255,6 @@ TConclusion<EOperationBehaviour> TOperationsManager::GetBehaviour(const NEvents:
255
return EOperationBehaviour::NoTxWrite;
256
}
257
258
- if (evWrite.Record.HasTxId() && evWrite.Record.GetTxMode() == NKikimrDataEvents::TEvWrite::MODE_PREPARE) {
259
- return EOperationBehaviour::InTxWrite;
260
- }
261
AFL_WARN(NKikimrServices::TX_COLUMNSHARD)("proto", evWrite.Record.DebugString())("event", "undefined behaviour");
262
return TConclusionStatus::Fail("undefined request for detect tx type");
263
0 commit comments