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 50CFF107E5 for ; Wed, 30 Oct 2013 23:56:26 +0000 (UTC) Received: (qmail 79265 invoked by uid 500); 30 Oct 2013 23:56:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79213 invoked by uid 500); 30 Oct 2013 23:56:25 -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 79089 invoked by uid 99); 30 Oct 2013 23:56:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Oct 2013 23:56:25 +0000 Date: Wed, 30 Oct 2013 23:56:25 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9860) Intermittent TestHBaseFsck#testMissingRegionInfoQualifier failure due to NullPointerException 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-9860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9860: -------------------------- Status: Patch Available (was: Open) > Intermittent TestHBaseFsck#testMissingRegionInfoQualifier failure due to NullPointerException > --------------------------------------------------------------------------------------------- > > Key: HBASE-9860 > URL: https://issues.apache.org/jira/browse/HBASE-9860 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: 9860-v1.txt > > > From https://builds.apache.org/job/hbase-0.96-hadoop2/105/testReport/junit/org.apache.hadoop.hbase.util/TestHBaseFsck/testMissingRegionInfoQualifier/ : > {code} > java.lang.NullPointerException > at org.apache.hadoop.hbase.util.TestHBaseFsck$4.processRow(TestHBaseFsck.java:1891) > at org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:179) > at org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:105) > at org.apache.hadoop.hbase.client.MetaScanner.metaScan(MetaScanner.java:65) > at org.apache.hadoop.hbase.util.TestHBaseFsck.testMissingRegionInfoQualifier(TestHBaseFsck.java:1887) > {code} > Looks like MetaScanner.getHRegionInfo() returned null below: > {code} > public boolean processRow(Result rowResult) throws IOException { if(!MetaScanner.getHRegionInfo(rowResult).getTable().isSystemTable()) { > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)