Skip to content

Commit 315d769

Browse files
committed
fix
1 parent e384245 commit 315d769

File tree

6 files changed

+369
-187
lines changed

6 files changed

+369
-187
lines changed

fe/fe-common/src/main/java/org/apache/doris/common/Config.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3451,6 +3451,14 @@ public static int metaServiceRpcRetryTimes() {
34513451
"Time window size in seconds for sliding window access statistics, default 3600 seconds (1 hour)"})
34523452
public static long sliding_window_time_window_second = 3600L;
34533453

3454+
@ConfField(mutable = true, masterOnly = true, description = {
3455+
"活跃 tablet 优先调度开启时:partition 级调度将优先处理 TopN 的活跃 partition,"
3456+
+ "再处理其余活跃 partition、非活跃 partition,最后处理 internal db。默认 10000,<=0 表示不做 TopN 分段。",
3457+
"When active tablet priority scheduling is enabled: partition-level scheduling processes TopN active "
3458+
+ "partitions first, then other active partitions, then inactive partitions, and internal db at last. "
3459+
+ "Default 10000. <=0 disables TopN segmentation."})
3460+
public static int cloud_active_partition_scheduling_topn = 10000;
3461+
34543462
@ConfField(mutable = true, masterOnly = false)
34553463
public static String security_checker_class_name = "";
34563464

0 commit comments

Comments
 (0)