aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpogorelov <pogorelov@yandex-team.com>2024-11-19 00:26:22 +0300
committerpogorelov <pogorelov@yandex-team.com>2024-11-19 00:41:06 +0300
commit26c4da266654a06558c9df0f549c6e836e0df3d0 (patch)
tree8b0f09f021f7a5daa7c86be01e90057a7705d127
parent5ddee2c0eae63bf00af3f8292af86f12b8ea566a (diff)
downloadydb-26c4da266654a06558c9df0f549c6e836e0df3d0.tar.gz
YT-23561: Abort jobs instead of fail on unexpected job phase
commit_hash:a74eea6f0ac2ac4d09210cb34c66305a5baa2f4f
-rw-r--r--yt/yt/client/scheduler/public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/scheduler/public.h b/yt/yt/client/scheduler/public.h
index 2c0f279ed9..10e930bb93 100644
--- a/yt/yt/client/scheduler/public.h
+++ b/yt/yt/client/scheduler/public.h
@@ -143,6 +143,7 @@ DEFINE_ENUM(EAbortReason,
((InterruptionFailed) ( 55))
((OperationIncarnationChanged) ( 56))
((AddressResolveFailed) ( 57))
+ ((UnexpectedNodeJobPhase) ( 58))
((SchedulingFirst) (100))
((SchedulingTimeout) (101))
((SchedulingResourceOvercommit) (102))