[feature][executor]support workload schedule policy (#28443)

This commit is contained in:
wangbo
2023-12-19 18:00:02 +08:00
committed by GitHub
parent c72191eb9e
commit 71b7dcfb8f
38 changed files with 2150 additions and 3 deletions

View File

@ -2275,6 +2275,12 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, masterOnly = true)
public static int publish_topic_info_interval_ms = 30000; // 30s
@ConfField(mutable = true)
public static int workload_sched_policy_interval_ms = 10000; // 10s
@ConfField(mutable = true)
public static int workload_action_interval_ms = 10000; // 10s
@ConfField(description = {"查询be wal_queue 的超时阈值(ms)",
"the timeout threshold of checking wal_queue on be(ms)"})
public static int check_wal_queue_timeout_threshold = 180000; // 3 min