morrySnow commented on code in PR #32505:
URL: https://github.com/apache/doris/pull/32505#discussion_r1531479106


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2248,6 +2248,9 @@ public class Config extends ConfigBase {
     @ConfField(mutable = false)
     public static boolean allow_analyze_statistics_info_polluting_file_cache = 
true;
 
+    @ConfField
+    public static int cpu_resource_limit_per_analyze_task = 1;

Review Comment:
   why into new feature in a fix compile PR?



##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2248,6 +2248,9 @@ public class Config extends ConfigBase {
     @ConfField(mutable = false)
     public static boolean allow_analyze_statistics_info_polluting_file_cache = 
true;
 
+    @ConfField
+    public static int cpu_resource_limit_per_analyze_task = 1;

Review Comment:
   why intro new feature in a fix compile PR?



-- 
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]

Reply via email to