You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-t`, `--threshold`| The percentage deviation from the average utilization of the cluster after which a datanode will be rebalanced. Default is 10%. |
55
55
|`-i`, `--iterations`| The maximum number of consecutive iterations the balancer will run for. Default is 10. Use -1 for infinite iterations. |
56
-
|`-d`, `--maxDatanodesPercentageToInvolvePerIteration`| The maximum percentage of healthy, in-service datanodes that can be involved in balancing in one iteration. Default is 20%. |
57
-
|`-s`, `--maxSizeToMovePerIterationInGB`| The maximum size of data in GB to be moved in one iteration. Default is 500GB. |
58
-
|`-e`, `--maxSizeEnteringTargetInGB`| The maximum size in GB that can enter a target datanode in one iteration. Default is 26GB. |
59
-
|`-l`, `--maxSizeLeavingSourceInGB`| The maximum size in GB that can leave a source datanode in one iteration. Default is 26GB. |
56
+
|`-d`, `--max-datanodes-percentage-to-involve-per-iteration`| The maximum percentage of healthy, in-service datanodes that can be involved in balancing in one iteration. Default is 20%. |
57
+
|`-s`, `--max-size-to-move-per-iteration-in-gb`| The maximum size of data in GB to be moved in one iteration. Default is 500GB. |
58
+
|`-e`, `--max-size-entering-target-in-gb`| The maximum size in GB that can enter a target datanode in one iteration. Default is 26GB. |
59
+
|`-l`, `--max-size-leaving-source-in-gb`| The maximum size in GB that can leave a source datanode in one iteration. Default is 26GB. |
60
60
|`--balancing-iteration-interval-minutes`| The interval in minutes between each iteration of the Container Balancer. Default is 70 minutes. |
61
61
|`--move-timeout-minutes`| The time in minutes to allow a single container to move from source to target. Default is 65 minutes. |
62
62
|`--move-replication-timeout-minutes`| The time in minutes to allow a single container's replication from source to target as part of a container move. Default is 50 minutes. |
*`-id, --service-id`: Specifies the SCM Service ID.
107
-
*`-n, --newLeaderId, --new-leader-id`: The SCM UUID (Raft peer ID) of the SCM to which leadership will be transferred (e.g., `e6877ce5-56cd-4f0b-ad60-4c8ef9000882`).
107
+
*`-n, --new-leader-id`: The SCM UUID (Raft peer ID) of the SCM to which leadership will be transferred (e.g., `e6877ce5-56cd-4f0b-ad60-4c8ef9000882`).
108
108
*`-r, --random`: Randomly chooses a follower to transfer leadership to.
109
109
110
110
### Example
@@ -291,7 +291,7 @@ layoutVersion=0
291
291
You can also create data and double check with `ozone debug` tool if all the container metadata is replicated.
0 commit comments