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