We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc22346 commit a8fe1f4Copy full SHA for a8fe1f4
ydb/core/tx/columnshard/counters/scan.h
@@ -45,9 +45,11 @@ class TScanCounters: public TCommonCountersOwner {
45
Success /* "Success" */ = 0,
46
ConveyorInternalError /* "ConveyorInternalError" */,
47
ExternalAbort /* "ExternalAbort" */,
48
- IteratorInternalError /* "IteratorInternalError" */,
+ IteratorInternalErrorScan /* "IteratorInternalErrorScan" */,
49
+ IteratorInternalErrorResult /* "IteratorInternalErrorResult" */,
50
Deadline /* "Deadline" */,
51
UndeliveredEvent /* "UndeliveredEvent" */,
52
+ CannotAddInFlight /* "CannotAddInFlight" */,
53
54
COUNT
55
};
0 commit comments