Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 546CA18E7C for ; Thu, 5 Nov 2015 05:52:03 +0000 (UTC) Received: (qmail 22714 invoked by uid 500); 5 Nov 2015 05:52:03 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 22670 invoked by uid 500); 5 Nov 2015 05:52:03 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 22660 invoked by uid 99); 5 Nov 2015 05:52:03 -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; Thu, 05 Nov 2015 05:52:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 182B8DFCE4; Thu, 5 Nov 2015 05:52:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Message-Id: <8758c7a0f00b42479174887c733ad76f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-14768 bin/graceful_stop.sh logs nothing as a balancer state to be stored (Hiroshi Ikeda) Date: Thu, 5 Nov 2015 05:52:03 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/branch-1 6c239f181 -> 32642ac97 HBASE-14768 bin/graceful_stop.sh logs nothing as a balancer state to be stored (Hiroshi Ikeda) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/32642ac9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/32642ac9 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/32642ac9 Branch: refs/heads/branch-1 Commit: 32642ac97116ad14b143ab20fb908020dac3f88d Parents: 6c239f1 Author: stack Authored: Wed Nov 4 21:51:28 2015 -0800 Committer: stack Committed: Wed Nov 4 21:51:56 2015 -0800 ---------------------------------------------------------------------- bin/graceful_stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/32642ac9/bin/graceful_stop.sh ---------------------------------------------------------------------- diff --git a/bin/graceful_stop.sh b/bin/graceful_stop.sh index 5eea06c..4cef513 100755 --- a/bin/graceful_stop.sh +++ b/bin/graceful_stop.sh @@ -157,7 +157,7 @@ fi # Restore balancer state if [ $HBASE_BALANCER_STATE != "false" ]; then - log "Restoring balancer state to " $HBASE_BALANCER_STATE + log "Restoring balancer state to $HBASE_BALANCER_STATE" echo "balance_switch $HBASE_BALANCER_STATE" | "$bin"/hbase --config ${HBASE_CONF_DIR} shell &> /dev/null fi