Skip to content

Commit

Permalink
Merge 337389c into 9af6b6f
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored Dec 12, 2024
2 parents 9af6b6f + 337389c commit 7ccfa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/data_accessor/request.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class TDataAccessorsRequest: public NColumnShard::TMonitoringObjectsCounter<TDat
}

void AddError(const ui64 pathId, const TString& errorMessage) {
AFL_VERIFY(FetchStage == 1);
AFL_VERIFY(FetchStage <= 1);
auto itStatus = PathIdStatus.find(pathId);
AFL_VERIFY(itStatus != PathIdStatus.end());
itStatus->second.OnError(errorMessage);
Expand Down

0 comments on commit 7ccfa0d

Please sign in to comment.