diff options
author | pogorelov <pogorelov@yandex-team.com> | 2023-11-13 20:01:22 +0300 |
---|---|---|
committer | pogorelov <pogorelov@yandex-team.com> | 2023-11-13 21:08:16 +0300 |
commit | 38dc0a15d10f12f2777932e1a67c0505cbf0e614 (patch) | |
tree | 3e77c15c21e13796f3b345392d0f095151458e97 | |
parent | d16314fe6e0b4555fc0a741dc828de0f54b5c2b3 (diff) | |
download | ydb-38dc0a15d10f12f2777932e1a67c0505cbf0e614.tar.gz |
Cosmetic fixes
-rw-r--r-- | yt/yt/client/scheduler/public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yt/yt/client/scheduler/public.h b/yt/yt/client/scheduler/public.h index ffc59f5883..7de0092bbc 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)) |