feat(all): 补充b9集群配置

This commit is contained in:
2024-02-29 18:30:43 +08:00
parent 54f2738b2e
commit e9aa11a15d
6 changed files with 42 additions and 13 deletions

View File

@@ -190,11 +190,13 @@ public interface Constants {
String COMPACTION_QUEUE_B5 = "compaction-queue-b5";
String COMPACTION_QUEUE_A4 = "compaction-queue-a4";
String COMPACTION_QUEUE_B12 = "compaction-queue-b12";
String COMPACTION_QUEUE_B9 = "compaction-queue-b9";
String CLUSTER_B1 = "b1";
String CLUSTER_B5 = "b5";
String CLUSTER_A4 = "a4";
String CLUSTER_B12 = "b12";
String CLUSTER_B9 = "b9";
String SCHEDULE_JOB_FAIL_COUNT = "SCHEDULE_JOB_FAIL_COUNT";