[fix](disk balance) Change disk rebalance unpick time to configurable (#28949)
This commit is contained in:
@ -1020,6 +1020,12 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static boolean disable_balance = false;
|
||||
|
||||
/**
|
||||
* when be rebalancer idle, then disk balance will occurs.
|
||||
*/
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static int be_rebalancer_idle_seconds = 60;
|
||||
|
||||
/**
|
||||
* if set to true, TabletScheduler will not do disk balance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user