File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ydb/core/tx/columnshard/normalizer/portion Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TNormalizer::DoInit(
145145 if (!ready) {
146146 return TConclusionStatus::Fail (" Not ready" );
147147 }
148- AFL_VERIFY (AppDataVerified ().ColumnShardConfig .GetColumnChunksV0Usage ());
149148 THashMap<ui64, TPortionLoadContext> portions0;
150149 THashSet<ui64> existPortions0;
151150 THashMap<ui64, std::map<TFullChunkAddress, TColumnChunkLoadContext>> columns0;
@@ -212,6 +211,7 @@ TConclusion<std::vector<INormalizerTask::TPtr>> TNormalizer::DoInit(
212211 return tasks;
213212 }
214213
214+ AFL_VERIFY (AppDataVerified ().ColumnShardConfig .GetColumnChunksV0Usage ());
215215 {
216216 std::vector<TPatchItemRemoveV1> package;
217217 for (auto && [portionId, chunkInfo] : columns1Remove) {
You can’t perform that action at this time.
0 commit comments