Search before asking
Version
doris: 1.1.1 and 1.1.2
table : 3 replica
cluster: 256G mem,3.5T SSD
What's Wrong?
This command had been exec success when i start cluster before.
admin set frontend config("disable_balance" = "false");
admin set frontend config("disable_colocate_balance" = "false");
admin set frontend config("disable_tablet_scheduler" = "false");

But,on the picture, i have add 3 new nodes to doris cluster, tabletNum have not change. Data-balance not work.
What You Expected?
tablet will balance between new nodes and old node.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct