aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorignat <ignat@yandex-team.com>2023-10-13 04:31:12 +0300
committerignat <ignat@yandex-team.com>2023-10-13 04:57:55 +0300
commit2ab57c47bc18f1caac5173ea718f9347ae3ab7ef (patch)
treee3af9c81f325033cde16fe61aa660d149dd579f1
parent51ca908b9821fc420b449a377f6df7d5902646b9 (diff)
downloadydb-2ab57c47bc18f1caac5173ea718f9347ae3ab7ef.tar.gz
YT-20197: Add timeout for job settlement
-rw-r--r--yt/yt/client/scheduler/public.h2
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))