J-HowHuang commented on code in PR #15110:
URL: https://github.com/apache/pinot/pull/15110#discussion_r1968433216
##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceConfig.java:
##########
@@ -83,6 +83,12 @@ public class RebalanceConfig {
@ApiModelProperty(example = "false")
private boolean _bestEfforts = false;
+ // Whether to enforce Minimal Data Movement Algorithm. If set to false, the
minimizeDataMovement flag in the table
+ // config will be used to determine whether to run the Minimal Data Movement
Algorithm.
+ @JsonProperty("minimizeDataMovement")
+ @ApiModelProperty(example = "true")
+ private boolean _minimizeDataMovement = true;
Review Comment:
agree.
[1bb364c](https://github.com/apache/pinot/pull/15110/commits/1bb364cf30e5e42671f459dbb781848cf8ff54bb)
--
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]