diff options
author | ignat <ignat@yandex-team.com> | 2023-10-13 04:31:12 +0300 |
---|---|---|
committer | ignat <ignat@yandex-team.com> | 2023-10-13 04:57:55 +0300 |
commit | 2ab57c47bc18f1caac5173ea718f9347ae3ab7ef (patch) | |
tree | e3af9c81f325033cde16fe61aa660d149dd579f1 | |
parent | 51ca908b9821fc420b449a377f6df7d5902646b9 (diff) | |
download | ydb-2ab57c47bc18f1caac5173ea718f9347ae3ab7ef.tar.gz |
YT-20197: Add timeout for job settlement
-rw-r--r-- | yt/yt/client/scheduler/public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/client/scheduler/public.h b/yt/yt/client/scheduler/public.h index 6e9fa62d1b..ffc59f5883 100644 --- a/yt/yt/client/scheduler/public.h +++ b/yt/yt/client/scheduler/public.h @@ -126,6 +126,8 @@ DEFINE_ENUM(EAbortReason, ((JobMemoryThrashing) ( 47)) ((InterruptionUnsupported) ( 48)) ((Abandoned) ( 49)) + // TODO(ignat): is it actually a scheduling type of abortion? + ((JobSettlementTimedOut) ( 50)) ((SchedulingFirst) (100)) ((SchedulingTimeout) (101)) ((SchedulingResourceOvercommit) (102)) |