summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksei Borzenkov <[email protected]>2022-06-16 10:34:30 +0300
committerAleksei Borzenkov <[email protected]>2022-06-16 10:34:30 +0300
commit8d9437fe29633093317bdc1d94859ac27be980aa (patch)
tree9b16bd84e02589e23985a883f3395a95a5f49359
parent6d7a5ac17f3295a355bb413ed231ed128e1ef61b (diff)
Fix incorrect borrowed compaction on datashard merges, KIKIMR-15122
ref:66c8bdcdcc14978df7b82f697fbfaf8d7e809f23
-rw-r--r--ydb/core/tablet_flat/flat_executor_compaction_logic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tablet_flat/flat_executor_compaction_logic.h b/ydb/core/tablet_flat/flat_executor_compaction_logic.h
index be7a3cda8d4..35a903af31b 100644
--- a/ydb/core/tablet_flat/flat_executor_compaction_logic.h
+++ b/ydb/core/tablet_flat/flat_executor_compaction_logic.h
@@ -100,7 +100,7 @@ struct TCompactionLogicState {
bool ChangesRequested = false;
- bool AllowBorrowedGarbageCompaction = true;
+ bool AllowBorrowedGarbageCompaction = false;
TTableInfo() = default;