kangkaisen commented on a change in pull request #5010:
URL: https://github.com/apache/incubator-doris/pull/5010#discussion_r546702040
##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -1010,6 +1010,18 @@
@ConfField(mutable = true, masterOnly = true)
public static int max_balancing_tablets = 100;
+ // Rebalancer type(ignore case): BeLoad, Partition. If type parse failed,
use BeLoad as default.
+ @ConfField(masterOnly = true)
+ public static String rebalancer_type = "BeLoad";
Review comment:
tablet_rebalancer_type?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]