Skip to content

Commit 31ab427

Browse files
fix
1 parent 110a222 commit 31ab427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/column_engine_logs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ bool TColumnEngineForLogs::Load(IDbWrapper& db) {
159159
for (const auto& [_, portionInfo] : spg->GetPortions()) {
160160
UpdatePortionStats(*portionInfo, EStatsUpdateType::ADD);
161161
if (portionInfo->CheckForCleanup()) {
162-
CleanupPortions[portionInfo->GetRemoveSnapshot()].emplace_back(*portionInfo);
162+
CleanupPortions[portionInfo->GetRemoveSnapshotVerified()].emplace_back(*portionInfo);
163163
}
164164
}
165165
}

0 commit comments

Comments
 (0)