diff options
| author | ivanmorozov333 <[email protected]> | 2024-12-18 13:34:53 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-18 13:34:53 +0300 |
| commit | 3d7fe1260a0a4b6ba6f170e8f921de1746a0cb57 (patch) | |
| tree | c83730f78723292bffa1e42eff6cf4d2681c66c8 | |
| parent | 2940f2fc1eddd40e095b55f255966624adb3f470 (diff) | |
ask accessors for mark to remove portions too (#12699)
| -rw-r--r-- | ydb/core/tx/columnshard/engines/changes/cleanup_portions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/tx/columnshard/engines/changes/cleanup_portions.h b/ydb/core/tx/columnshard/engines/changes/cleanup_portions.h index 4133c979cde..e93f1916ff6 100644 --- a/ydb/core/tx/columnshard/engines/changes/cleanup_portions.h +++ b/ydb/core/tx/columnshard/engines/changes/cleanup_portions.h @@ -68,6 +68,7 @@ public: void AddPortionToRemove(const TPortionInfo::TConstPtr& portion) { PortionsToRemove.emplace_back(portion); + PortionsToAccess->AddPortion(portion); } virtual ui32 GetWritePortionsCount() const override { |
