wangbo commented on code in PR #28443:
URL: https://github.com/apache/doris/pull/28443#discussion_r1430051181
##########
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:
所有需要通知be的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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]