summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/client/scheduler/public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/yt/yt/client/scheduler/public.h b/yt/yt/client/scheduler/public.h
index ffc59f58832..7de0092bbc6 100644
--- a/yt/yt/client/scheduler/public.h
+++ b/yt/yt/client/scheduler/public.h
@@ -93,7 +93,7 @@ DEFINE_ENUM(EAbortReason,
((SpeculativeRunWon) ( 15))
((SpeculativeRunLost) ( 16))
((ChunkMappingInvalidated) ( 17))
- ((NodeWithZeroUserSlots) ( 18))
+ ((NodeWithDisabledJobs) ( 18))
((NodeSchedulingSegmentChanged) ( 19))
((NodeFairShareTreeChanged) ( 20))
((JobOnUnexpectedNode) ( 21))
@@ -104,9 +104,9 @@ DEFINE_ENUM(EAbortReason,
((OperationFailed) ( 25))
((JobRevivalDisabled) ( 26))
((BannedInTentativeTree) ( 27))
- ((Vanished) ( 28))
+ ((DisappearedFromNode) ( 28))
((Unconfirmed) ( 29))
- ((Suspended) ( 30))
+ ((OperationSuspended) ( 30))
((ProbingRunWon) ( 31))
((ProbingRunLost) ( 32))
((ProbingToUnsuccessfulJob) ( 33))