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 1EFC0CAB6 for ; Wed, 16 May 2012 05:26:33 +0000 (UTC) Received: (qmail 33436 invoked by uid 500); 16 May 2012 05:26:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33389 invoked by uid 500); 16 May 2012 05:26:32 -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 33359 invoked by uid 99); 16 May 2012 05:26:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 05:26:32 +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; Wed, 16 May 2012 05:26:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4D8286EF4 for ; Wed, 16 May 2012 05:26:11 +0000 (UTC) Date: Wed, 16 May 2012 05:26:11 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: <1114961009.2700.1337145971354.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1075070770.29165.1334595976484.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5798) NPE running hbck on 0.94 out of reportTablesInFlux 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-5798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276481#comment-13276481 ] Anoop Sam John commented on HBASE-5798: --------------------------------------- The NPE problem as such getting fixed by the patch HBASE-5928. We can close this issue. Also there is another point ( issue ) with HBCK rerun which is mentioned as 2nd point in my above comment. Better to raise a new issue to handle that. @Jon Ok with you? > NPE running hbck on 0.94 out of reportTablesInFlux > -------------------------------------------------- > > Key: HBASE-5798 > URL: https://issues.apache.org/jira/browse/HBASE-5798 > Project: HBase > Issue Type: Bug > Components: hbck > Affects Versions: 0.94.0, 0.96.0 > Reporter: stack > Assignee: Anoop Sam John > Attachments: HBASE-5798_94.patch, HBASE-5798_trunk.patch > > > Got this playing w/ hbck going against the 0.94RC: > {code} > 12/04/16 17:03:14 INFO util.HBaseFsck: getHTableDescriptors == tableNames => [] > Exception in thread "main" java.lang.NullPointerException > at org.apache.hadoop.hbase.util.HBaseFsck.reportTablesInFlux(HBaseFsck.java:553) > at org.apache.hadoop.hbase.util.HBaseFsck.onlineConsistencyRepair(HBaseFsck.java:344) > at org.apache.hadoop.hbase.util.HBaseFsck.onlineHbck(HBaseFsck.java:380) > at org.apache.hadoop.hbase.util.HBaseFsck.main(HBaseFsck.java:3033) > {code} -- 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