yiguolei commented on code in PR #29236: URL: https://github.com/apache/doris/pull/29236#discussion_r1437661613
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2318,6 +2318,18 @@ public class Config extends ConfigBase { @ConfField(mutable = true) public static int workload_action_interval_ms = 10000; // 10s + @ConfField(mutable = true, masterOnly = true) + public static int workload_max_policy_num = 25; + + @ConfField(mutable = true, masterOnly = true) + public static int workload_max_condition_num_in_policy = 5; + + @ConfField(mutable = true, masterOnly = true) + public static int workload_max_action_num_in_policy = 5; // mainly used to limit set session var action Review Comment: Do we really support more than 1 action in same policy?? -- 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