ADMIN-CANCEL-REBALANCE-DISK
ADMIN-CANCEL-REBALANCE-DISKβ
Tips
This feature is supported since the Apache Doris 1.2 version
Nameβ
ADMIN CANCEL REBALANCE DISK
Descriptionβ
This statement is used to cancel rebalancing disks of specified backends with high priority
Grammar:
ADMIN CANCEL REBALANCE DISK [ON ("BackendHost1:BackendHeartBeatPort1", "BackendHost2:BackendHeartBeatPort2", ...)];
Explain:
- This statement only indicates that the system no longer rebalance disks of specified backends with high priority. The system will still rebalance disks by default scheduling.
Exampleβ
- Cancel High Priority Disk Rebalance of all of backends of the cluster
ADMIN CANCEL REBALANCE DISK;
- Cancel High Priority Disk Rebalance of specified backends
ADMIN CANCEL REBALANCE DISK ON ("192.168.1.1:1234", "192.168.1.2:1234");
Keywordsβ
ADMIN,CANCEL,REBALANCE DISK