dataroaring commented on code in PR #29576:
URL: https://github.com/apache/doris/pull/29576#discussion_r1442905943


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1022,6 +1022,12 @@ public class Config extends ConfigBase {
     @ConfField(mutable = true, masterOnly = true)
     public static boolean disable_disk_balance = false;
 
+    /**
+     * if set to true, TabletScheduler will not do disk balance for replica 
num = 1.
+     */
+    @ConfField(mutable = true, masterOnly = true)
+    public static boolean disable_disk_balance_for_single_replica = false;

Review Comment:
   enable_  is preferred. 



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

Reply via email to