Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C68C8200B70 for ; Fri, 12 Aug 2016 11:00:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C526C160AA6; Fri, 12 Aug 2016 09:00:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 19442160AB0 for ; Fri, 12 Aug 2016 11:00:35 +0200 (CEST) Received: (qmail 66038 invoked by uid 500); 12 Aug 2016 01:00: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 66006 invoked by uid 99); 12 Aug 2016 01:00:32 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2016 01:00:32 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E11202C02A4 for ; Fri, 12 Aug 2016 01:00:31 +0000 (UTC) Date: Fri, 12 Aug 2016 01:00:31 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16400) TestHBaseFsck fails on HBase-0.98-on-Hadoop-1.1 build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 12 Aug 2016 09:00:36 -0000 [ https://issues.apache.org/jira/browse/HBASE-16400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418204#comment-15418204 ] Ted Yu commented on HBASE-16400: -------------------------------- Test failures were not related to change in HFileCorruptionChecker. > TestHBaseFsck fails on HBase-0.98-on-Hadoop-1.1 build > ----------------------------------------------------- > > Key: HBASE-16400 > URL: https://issues.apache.org/jira/browse/HBASE-16400 > Project: HBase > Issue Type: Test > Affects Versions: 0.98.21 > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > Attachments: 16400-0.98.v1.txt > > > From https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1259/testReport/org.apache.hadoop.hbase.util/TestHBaseFsck/testQuarantineMissingRegionDir/ : > {code} > java.lang.NullPointerException: null > at org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker.checkRegionDir(HFileCorruptionChecker.java:201) > at org.apache.hadoop.hbase.util.TestHBaseFsck$3$1.checkRegionDir(TestHBaseFsck.java:2013) > at org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker$RegionDirChecker.call(HFileCorruptionChecker.java:293) > at org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker$RegionDirChecker.call(HFileCorruptionChecker.java:284) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > {code} > Local run with hadoop-1.1 reproduced the above test failure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)