Repository: kudu Updated Branches: refs/heads/master e2cfbbf6b -> 1eb82924a
[docs] Add note that it is safe to stop and restart the rebalancer Change-Id: I14745e1b31565f31ff8ff7c7d465eee38f2a22bc Reviewed-on: http://gerrit.cloudera.org:8080/11963 Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Mitch Barnett <[email protected]> Tested-by: Will Berkeley <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/1eb82924 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/1eb82924 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/1eb82924 Branch: refs/heads/master Commit: 1eb82924a44ad710259186bc0fc88c65d0e4878e Parents: e2cfbbf Author: Will Berkeley <[email protected]> Authored: Tue Nov 20 10:33:30 2018 -0800 Committer: Will Berkeley <[email protected]> Committed: Tue Nov 20 19:18:35 2018 +0000 ---------------------------------------------------------------------- docs/administration.adoc | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/1eb82924/docs/administration.adoc ---------------------------------------------------------------------- diff --git a/docs/administration.adoc b/docs/administration.adoc index 76a9dd9..ea27478 100644 --- a/docs/administration.adoc +++ b/docs/administration.adoc @@ -1232,6 +1232,9 @@ The length of time rebalancing is run for can be controlled with the flag balanced. To control the amount of resources devoted to rebalancing, modify the flag `--max_moves_per_server`. See `kudu cluster rebalance --help` for more. +It's safe to stop the rebalancer tool at any time. When restarted, the +rebalancer will continue rebalancing the cluster. + The rebalancing tool can rebalance Kudu clusters running older versions as well, with some restrictions. Consult the following table for more information. In the table, "RF" stands for "replication factor".
