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 158E81055F for ; Tue, 18 Mar 2014 01:08:57 +0000 (UTC) Received: (qmail 79378 invoked by uid 500); 18 Mar 2014 01:08:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79209 invoked by uid 500); 18 Mar 2014 01:08:51 -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 78994 invoked by uid 99); 18 Mar 2014 01:08:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 01:08:46 +0000 Date: Tue, 18 Mar 2014 01:08:46 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10770) Don't exit from the Canary daemon mode if no regions are present 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-10770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938632#comment-13938632 ] Hudson commented on HBASE-10770: -------------------------------- FAILURE: Integrated in hbase-0.96 #357 (See [https://builds.apache.org/job/hbase-0.96/357/]) HBASE-10770 Don't exit from the Canary daemon mode if no regions are present (mbertozzi: rev 1578608) * /hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java > Don't exit from the Canary daemon mode if no regions are present > ---------------------------------------------------------------- > > Key: HBASE-10770 > URL: https://issues.apache.org/jira/browse/HBASE-10770 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.1, 0.99.0, 0.96.1.1 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Priority: Trivial > Fix For: 0.96.2, 0.99.0, 0.98.2 > > Attachments: HBASE-10770-v0.patch > > > Using the regionserver mode the canary exit if there are no region servers > {code}hbase o.a.h.h.tool.Canary -daemon -regionserver REGION_NAME{code} > while in table mode the canary is waiting until the table is up > {code}hbase o.a.h.h.tool.Canary -daemon TABLE_NAME{code} > Remove the exit code from the region server mode, and keep waiting until the -t timeout or the region shows up -- This message was sent by Atlassian JIRA (v6.2#6252)