Skip to content

Commit a8fe1f4

Browse files
fix build
1 parent bc22346 commit a8fe1f4

File tree

1 file changed

+3
-1
lines changed
  • ydb/core/tx/columnshard/counters

1 file changed

+3
-1
lines changed

ydb/core/tx/columnshard/counters/scan.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ class TScanCounters: public TCommonCountersOwner {
4545
Success /* "Success" */ = 0,
4646
ConveyorInternalError /* "ConveyorInternalError" */,
4747
ExternalAbort /* "ExternalAbort" */,
48-
IteratorInternalError /* "IteratorInternalError" */,
48+
IteratorInternalErrorScan /* "IteratorInternalErrorScan" */,
49+
IteratorInternalErrorResult /* "IteratorInternalErrorResult" */,
4950
Deadline /* "Deadline" */,
5051
UndeliveredEvent /* "UndeliveredEvent" */,
52+
CannotAddInFlight /* "CannotAddInFlight" */,
5153

5254
COUNT
5355
};

0 commit comments

Comments
 (0)