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 A49829D41 for ; Sat, 5 May 2012 02:30:11 +0000 (UTC) Received: (qmail 89173 invoked by uid 500); 5 May 2012 02:30:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 89129 invoked by uid 500); 5 May 2012 02:30:11 -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 89121 invoked by uid 99); 5 May 2012 02:30:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2012 02:30:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2012 02:30:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4C1A2431DB2 for ; Sat, 5 May 2012 02:29:50 +0000 (UTC) Date: Sat, 5 May 2012 02:29:50 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1850692360.29878.1336184990313.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1958269903.22931.1336068531352.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5928) Hbck shouldn't npe when there are no tables. 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-5928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268868#comment-13268868 ] Hudson commented on HBASE-5928: ------------------------------- Integrated in HBase-0.92-security #106 (See [https://builds.apache.org/job/HBase-0.92-security/106/]) HBASE-5928 Hbck shouldn't npe when there are no tables (Elliott Clark) (Revision 1333693) Result = SUCCESS jmhsieh : Files : * /hbase/branches/0.92/CHANGES.txt * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java > Hbck shouldn't npe when there are no tables. > -------------------------------------------- > > Key: HBASE-5928 > URL: https://issues.apache.org/jira/browse/HBASE-5928 > Project: HBase > Issue Type: Bug > Affects Versions: 0.92.1, 0.94.0, 0.96.0 > Reporter: Elliott Clark > Assignee: Elliott Clark > Priority: Minor > Fix For: 0.92.2, 0.96.0, 0.94.1 > > Attachments: HBASE-5928-0.patch, HBASE-5928-1.patch, hbase-5928-94.patch > > > hbase fsck errors out when there are no tables. > Exception in thread "main" java.lang.NullPointerException > at org.apache.hadoop.hbase.util.HBaseFsck.reportTablesInFlux(HBaseFsck.java:560) > at org.apache.hadoop.hbase.util.HBaseFsck.onlineConsistencyRepair(HBaseFsck.java:346) > at org.apache.hadoop.hbase.util.HBaseFsck.onlineHbck(HBaseFsck.java:382) > at org.apache.hadoop.hbase.util.HBaseFsck.main(HBaseFsck.java:3120) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira