You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2016/08/11 21:53:20 UTC

[jira] [Commented] (HBASE-16400) TestHBaseFsck fails on HBase-0.98-on-Hadoop-1.1 build

    [ https://issues.apache.org/jira/browse/HBASE-16400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418003#comment-15418003 ] 

Andrew Purtell commented on HBASE-16400:
----------------------------------------

{noformat}
$ mvn clean install -Dhadoop.version=1.1 -DskipITs test=TestHBaseFsck
Running org.apache.hadoop.hbase.util.TestHBaseFsck
Tests run: 47, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 233.387 sec - in org.apache.hadoop.hbase.util.TestHBaseFsck

Results :

Tests run: 47, Failures: 0, Errors: 0, Skipped: 1
{noformat}

Would you be willing to look into this since you can reproduce it [~ted_yu]? 

> 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
>            Priority: Minor
>
> 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)