Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 29830 invoked from network); 20 Jan 2010 22:12:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2010 22:12:20 -0000 Received: (qmail 56074 invoked by uid 500); 20 Jan 2010 22:12:19 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 56022 invoked by uid 500); 20 Jan 2010 22:12:19 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 56011 invoked by uid 99); 20 Jan 2010 22:12:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 22:12:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 22:12:17 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A61F234C1EE for ; Wed, 20 Jan 2010 14:11:56 -0800 (PST) Message-ID: <70614731.379921264025516630.JavaMail.jira@brutus.apache.org> Date: Wed, 20 Jan 2010 22:11:56 +0000 (UTC) From: "Gary Helmling (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-2057) Cluster won't stop In-Reply-To: <921296144.1261166238103.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-2057: --------------------------------- Attachment: HBASE-2057-2_0.20.patch Sorry, please use this version of the patch. This changes the final "exec" line from: {code} exec "$JAVA" $JAVA_HEAP_MAX $HBASE_OPTS -classpath "$CLASSPATH" $CLASS "$ACTION" "$@" {code} to {code} exec "$JAVA" $JAVA_HEAP_MAX $HBASE_OPTS -classpath "$CLASSPATH" $CLASS $ACTION "$@" {code} The quoting of $ACTION in the first version causes "hbase shell" to not work. > Cluster won't stop > ------------------ > > Key: HBASE-2057 > URL: https://issues.apache.org/jira/browse/HBASE-2057 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.3, 0.21.0 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.20.4, 0.21.0 > > Attachments: HBASE-2057-2_0.20.patch > > > It seems that clusters on trunk have some trouble stopping. Even manually deleting the shutdown file in ZK doesn't always help. Investigate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.