aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreshcherbin <eshcherbin@yandex-team.com>2024-10-16 15:18:29 +0300
committereshcherbin <eshcherbin@yandex-team.com>2024-10-16 15:31:24 +0300
commitf1c698330b72b9fab7457d6199b47505d18e0765 (patch)
tree0d4ae839dfda73fd0c87437f1ea14600a7b9f89a
parent28a0c4a9f297064538a018c512cd9bbd00a1a35d (diff)
downloadydb-f1c698330b72b9fab7457d6199b47505d18e0765.tar.gz
YT-21706: Allow gang operations only in FIFO pools
* Changelog entry Type: feature Component: scheduler Add option to allow starting gang operations only in FIFO pools. commit_hash:bb49c6008fb90c73ba5179855db9b2ac9b12f060
-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 ac7afba09b..9d6d96f751 100644
--- a/yt/yt/client/scheduler/public.h
+++ b/yt/yt/client/scheduler/public.h
@@ -68,6 +68,7 @@ YT_DEFINE_ERROR_ENUM(
((NoSuchJobShell) (219))
((JobResourceLimitsRestrictionsViolated) (220))
((CannotUseBothAclAndAco) (221))
+ ((GangOperationsAllowedOnlyInFifoPools) (222))
);
DEFINE_ENUM(EUnavailableChunkAction,