Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B772218D64 for ; Thu, 5 Nov 2015 17:20:28 +0000 (UTC) Received: (qmail 72923 invoked by uid 500); 5 Nov 2015 17:20:28 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 72822 invoked by uid 500); 5 Nov 2015 17:20:28 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 72506 invoked by uid 99); 5 Nov 2015 17:20:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2015 17:20:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D1F102C1F6F for ; Thu, 5 Nov 2015 17:20:27 +0000 (UTC) Date: Thu, 5 Nov 2015 17:20:27 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14768) bin/graceful_stop.sh logs nothing as a balancer state to be stored MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992039#comment-14992039 ] Hudson commented on HBASE-14768: -------------------------------- FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #1130 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1130/]) HBASE-14768 bin/graceful_stop.sh logs nothing as a balancer state to be (stack: rev 317bfa8a24ed2afce61cb857febb7a37050a2b64) * bin/graceful_stop.sh > bin/graceful_stop.sh logs nothing as a balancer state to be stored > ------------------------------------------------------------------ > > Key: HBASE-14768 > URL: https://issues.apache.org/jira/browse/HBASE-14768 > Project: HBase > Issue Type: Bug > Reporter: Hiroshi Ikeda > Assignee: Hiroshi Ikeda > Priority: Trivial > Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16 > > Attachments: HBASE-14768.patch > > > In bin/graceful_stop.sh > {code} > log() { > echo `date +%Y-%m-%dT%H:%M:%S` $1 > } > ...skip... > if [ $HBASE_BALANCER_STATE != "false" ]; then > log "Restoring balancer state to " $HBASE_BALANCER_STATE > {code} > The position of the above last double quotation mark is wrong, and the balancer state will be not shown. -- This message was sent by Atlassian JIRA (v6.3.4#6332)