diff options
author | pogorelov <pogorelov@yandex-team.com> | 2024-06-08 12:03:26 +0300 |
---|---|---|
committer | pogorelov <pogorelov@yandex-team.com> | 2024-06-08 12:13:53 +0300 |
commit | be12c2f0b055394746f2d15243cb315fa063d9f3 (patch) | |
tree | 069d716a49e49827e435efe194a6d7e21c373a6a | |
parent | c3763910c6f878b17102c94e0b62cab57c9954b8 (diff) | |
download | ydb-be12c2f0b055394746f2d15243cb315fa063d9f3.tar.gz |
YT-18875: Prepare controller agent for multijob allocations
714c83cf21334e65db070d066bfde82b7c80942f
-rw-r--r-- | yt/yt/client/scheduler/public.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/yt/yt/client/scheduler/public.h b/yt/yt/client/scheduler/public.h index cfa4b7c0c8..318e9b1d1f 100644 --- a/yt/yt/client/scheduler/public.h +++ b/yt/yt/client/scheduler/public.h @@ -101,8 +101,7 @@ DEFINE_ENUM(EAbortReason, ((JobOnUnexpectedNode) ( 21)) ((ShallowMergeFailed) ( 22)) ((InconsistentJobState) ( 23)) - // COMPAT(pogorelov) - ((JobStatisticsWaitTimeout) ( 24)) + ((AllocationFinished) ( 24)) ((OperationFailed) ( 25)) ((JobRevivalDisabled) ( 26)) ((BannedInTentativeTree) ( 27)) @@ -128,8 +127,6 @@ DEFINE_ENUM(EAbortReason, ((JobMemoryThrashing) ( 47)) ((InterruptionUnsupported) ( 48)) ((Abandoned) ( 49)) - // TODO(ignat): is it actually a scheduling type of abortion? - ((JobSettlementTimedOut) ( 50)) ((NonexistentPoolTree) ( 51)) ((WrongSchedulingSegmentModule) ( 52)) ((UnresolvedNodeId) ( 53)) |