yiguolei commented on code in PR #28443: URL: https://github.com/apache/doris/pull/28443#discussion_r1429565219
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2268,6 +2268,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_move_action_interval_ms = 10000; // 10s Review Comment: 这种的就不要放config了,否则以后越来越多的策略,每个策略都搞一个config就崩溃了。 可能得把这个时间放到action的定义上。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org