aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkvk1920 <kvk1920@yandex-team.com>2023-09-29 02:01:03 +0300
committerkvk1920 <kvk1920@yandex-team.com>2023-09-29 02:17:12 +0300
commit1aec7b5b218bdae93aee82b2c28c70955c9ce9a0 (patch)
treeb57eeed9b83af9852fa548c38b0bc3968419a5d7
parent07db98c59ac92c0cbf4bb2380ef3cfa460574688 (diff)
downloadydb-1aec7b5b218bdae93aee82b2c28c70955c9ce9a0.tar.gz
Multicell chunk reincarnator
-rw-r--r--yt/yt/client/misc/workload.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/misc/workload.cpp b/yt/yt/client/misc/workload.cpp
index 82648cab85..7882062ff5 100644
--- a/yt/yt/client/misc/workload.cpp
+++ b/yt/yt/client/misc/workload.cpp
@@ -61,6 +61,7 @@ i64 GetBasicPriority(EWorkloadCategory category)
case EWorkloadCategory::SystemReplication:
case EWorkloadCategory::SystemMerge:
+ case EWorkloadCategory::SystemReincarnation:
case EWorkloadCategory::SystemTabletCompaction:
case EWorkloadCategory::SystemTabletPartitioning:
case EWorkloadCategory::SystemTabletPreload: