aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexvru <alexvru@ydb.tech>2022-12-28 18:15:55 +0300
committeralexvru <alexvru@ydb.tech>2022-12-28 18:15:55 +0300
commit7ee4233c4eea5893888ea9657229587d508662c4 (patch)
treea067ffd5c8e1170b80838a0140166612ae0e3eac
parent5a46fb31349535debfce63d3f6d080cf4f91821d (diff)
downloadydb-7ee4233c4eea5893888ea9657229587d508662c4.tar.gz
Make BlobDepot start before data tablets
-rw-r--r--ydb/core/mind/hive/boot_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/mind/hive/boot_queue.h b/ydb/core/mind/hive/boot_queue.h
index a8424770f65..320ddb63b58 100644
--- a/ydb/core/mind/hive/boot_queue.h
+++ b/ydb/core/mind/hive/boot_queue.h
@@ -22,6 +22,7 @@ struct TBootQueue {
break;
case TTabletTypes::Mediator:
case TTabletTypes::Coordinator:
+ case TTabletTypes::BlobDepot:
priority = 2;
break;
default: