According to: https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/519/testReport/junit/org.apache.hadoop.hbase.regionserver/TestSplitTransactionOnCluster/testSplitBeforeSettingSplittingInZK/
The test failure was due to: java.lang.RuntimeException: java.io.FileNotFoundException: /home/hudson/hudson-slave/workspace/HBase-0.92/trunk/target/classes/hbase-default.xml (Too many open files) I think currently only HBASE-6649 (TestReplication.queueFailover) is open TestReplication actually hangs in trunk. So it should be fixed across 0.92, 0.94 and trunk. Cheers On Fri, Aug 24, 2012 at 2:20 PM, Stack <[email protected]> wrote: > On Fri, Aug 24, 2012 at 2:15 PM, Devaraj Das <[email protected]> wrote: > > What's the log splitting one? > > I am looking at the replication one .. if anyone else (including you, > Stack) is willing to look at it, welcome.. > > > > > org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.testSplitBeforeSettingSplittingInZK > in https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/519 > > I've seen it once or twice before that. > > Will take a look... > > St.Ack >
