Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Jun 4, 2024
1 parent c413d7a commit ccc1a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/tx/columnshard/blobs_action/bs/blob_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ std::vector<TGenStep> TBlobManager::FindNewGCBarriers() {
if (AllocatedGenSteps.empty()) {
return { TGenStep(CurrentGen, CurrentStep) };
}
result.emplace_back(LastCollectedGenStep);
for (auto& allocated : AllocatedGenSteps) {
AFL_VERIFY(allocated->GenStep > newCollectGenStep);
if (!allocated->Finished()) {
Expand Down

0 comments on commit ccc1a45

Please sign in to comment.