From commits-return-6749-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Tue Nov 20 23:06:22 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1615618064E for ; Tue, 20 Nov 2018 23:06:21 +0100 (CET) Received: (qmail 27399 invoked by uid 500); 20 Nov 2018 22:06:21 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 27390 invoked by uid 99); 20 Nov 2018 22:06:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2018 22:06:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 24BD6DFF00; Tue, 20 Nov 2018 22:06:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexey@apache.org To: commits@kudu.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kudu git commit: [docs] Add note that it is safe to stop and restart the rebalancer Date: Tue, 20 Nov 2018 22:06:21 +0000 (UTC) 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 Reviewed-by: Mitch Barnett Tested-by: Will Berkeley 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 Authored: Tue Nov 20 10:33:30 2018 -0800 Committer: Will Berkeley 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".