diff --git a/ydb/core/tablet_flat/flat_executor.cpp b/ydb/core/tablet_flat/flat_executor.cpp index 13cdb2d535e2..7e74e12d1898 100644 --- a/ydb/core/tablet_flat/flat_executor.cpp +++ b/ydb/core/tablet_flat/flat_executor.cpp @@ -4224,6 +4224,10 @@ TString TExecutor::CheckBorrowConsistency() { [&](const TIntrusiveConstPtr& part) { knownBundles.insert(part->Label); }); + Database->EnumerateTableTxStatusParts(tableId, + [&](const TIntrusiveConstPtr& part) { + knownBundles.insert(part->Label); + }); } return BorrowLogic->DebugCheckBorrowConsistency(knownBundles); }