Skip to content

Commit

Permalink
fix normalizer checker (ydb-platform#12350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored and zverevgeny committed Jan 2, 2025
1 parent fdc8d21 commit 3f8b25d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TNormalizer::DoInit(
if (!ready) {
return TConclusionStatus::Fail("Not ready");
}
AFL_VERIFY(AppDataVerified().ColumnShardConfig.GetColumnChunksV0Usage());
THashMap<ui64, TPortionLoadContext> portions0;
THashSet<ui64> existPortions0;
THashMap<ui64, std::map<TFullChunkAddress, TColumnChunkLoadContext>> columns0;
Expand Down Expand Up @@ -212,6 +211,7 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TNormalizer::DoInit(
return tasks;
}

AFL_VERIFY(AppDataVerified().ColumnShardConfig.GetColumnChunksV0Usage());
{
std::vector<TPatchItemRemoveV1> package;
for (auto&& [portionId, chunkInfo] : columns1Remove) {
Expand Down

0 comments on commit 3f8b25d

Please sign in to comment.