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 2013/01/17 01:24:12 UTC

[jira] [Comment Edited] (HBASE-7594) TestLocalHBaseCluster failing in precommit builds

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

Andrew Purtell edited comment on HBASE-7594 at 1/17/13 12:22 AM:
-----------------------------------------------------------------

Looks like a failure specific to ubuntu2?

Going back a few builds on https://builds.apache.org/job/HBase-TRUNK/, TestLocalHBaseCluster passes until it gets to 3755 on ubuntu2 and fails. Then the next build is aborted. Then the next build back is on ubuntu1 and is good. More builds on ubuntu1,3,4 pass further back until back on ubuntu2 for build 3750. Then it passes again in 3749 because the build is on ubuntu1. More builds on ubuntu1,3,4 pass until build 3745, when it is again back on ubuntu2.
                
      was (Author: apurtell):
    Going back a few builds on https://builds.apache.org/job/HBase-TRUNK/, TestLocalHBaseCluster passes until it gets to 3755 on ubuntu2 and fails. Then the next build is aborted. Then the next build back on ubuntu1 is good. Then it passes again until back on ubuntu2 for build 3750. Then it passes again because the build is back on ubuntu1.
                  
> TestLocalHBaseCluster failing in precommit builds
> -------------------------------------------------
>
>                 Key: HBASE-7594
>                 URL: https://issues.apache.org/jira/browse/HBASE-7594
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>
> {noformat}
> java.io.IOException: java.io.IOException: java.io.IOException: java.lang.InstantiationException: org.apache.hadoop.io.RawComparator
> 	at org.apache.hadoop.hbase.regionserver.HRegion.initializeRegionInternals(HRegion.java:612)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.initialize(HRegion.java:533)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.openHRegion(HRegion.java:4092)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.openHRegion(HRegion.java:4042)
> 	at org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.openRegion(OpenRegionHandler.java:427)
> 	at org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.process(OpenRegionHandler.java:130)
> 	at org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:202)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: java.io.IOException: java.io.IOException: java.lang.InstantiationException: org.apache.hadoop.io.RawComparator
> 	at org.apache.hadoop.hbase.regionserver.HStore.loadStoreFiles(HStore.java:450)
> 	at org.apache.hadoop.hbase.regionserver.HStore.<init>(HStore.java:215)
> 	at org.apache.hadoop.hbase.regionserver.HRegion.instantiateHStore(HRegion.java:3060)
> 	at org.apache.hadoop.hbase.regionserver.HRegion$1.call(HRegion.java:585)
> 	at org.apache.hadoop.hbase.regionserver.HRegion$1.call(HRegion.java:583)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	... 3 more
> Caused by: java.io.IOException: java.lang.InstantiationException: org.apache.hadoop.io.RawComparator
> 	at org.apache.hadoop.hbase.io.hfile.FixedFileTrailer.createComparator(FixedFileTrailer.java:607)
> 	at org.apache.hadoop.hbase.io.hfile.FixedFileTrailer.createComparator(FixedFileTrailer.java:615)
> 	at org.apache.hadoop.hbase.io.hfile.HFileReaderV2.<init>(HFileReaderV2.java:115)
> 	at org.apache.hadoop.hbase.io.hfile.HFile.pickReaderVersion(HFile.java:564)
> 	at org.apache.hadoop.hbase.io.hfile.HFile.createReaderWithEncoding(HFile.java:599)
> 	at org.apache.hadoop.hbase.regionserver.StoreFile$Reader.<init>(StoreFile.java:1294)
> 	at org.apache.hadoop.hbase.regionserver.StoreFile.open(StoreFile.java:525)
> 	at org.apache.hadoop.hbase.regionserver.StoreFile.createReader(StoreFile.java:628)
> 	at org.apache.hadoop.hbase.regionserver.HStore$1.call(HStore.java:426)
> 	at org.apache.hadoop.hbase.regionserver.HStore$1.call(HStore.java:422)
> 	... 8 more
> Caused by: java.lang.InstantiationException: org.apache.hadoop.io.RawComparator
> 	at java.lang.Class.newInstance0(Class.java:340)
> 	at java.lang.Class.newInstance(Class.java:308)
> 	at org.apache.hadoop.hbase.io.hfile.FixedFileTrailer.createComparator(FixedFileTrailer.java:605)
> 	... 17 more
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira