Thanks boss. That looks the issue w/ recoverLease being async? St.Ack
On Wed, Aug 24, 2011 at 10:36 AM, Gary Helmling <[email protected]> wrote: > I just ran this 5 times locally with the latest trunk. I didn't see any > OOME, and all but the last try were successful. > > On the last run I saw this failure: > > Tests run: 21, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 363.421 sec > <<< FAILURE! > testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin) Time > elapsed: 29.56 sec <<< ERROR! > org.apache.hadoop.ipc.RemoteException: > org.apache.hadoop.ipc.RemoteException: > org.apache.hadoop.hdfs.server.namenode.LeaseExpiredException: No lease on > /user > /ghelmling/testForceSplit/.tmp/.tableinfo File does not exist. Holder > DFSClient_1619250357 does not have any open files. > at > org.apache.hadoop.hdfs.server.namenode.FSNamesystem.checkLease(FSNamesystem.java:1431) > at > org.apache.hadoop.hdfs.server.namenode.FSNamesystem.checkLease(FSNamesystem.java:1422) > at > org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:1343) > at > org.apache.hadoop.hdfs.server.namenode.NameNode.addBlock(NameNode.java:449) > ... > at $Proxy15.createTable(Unknown Source) > at > org.apache.hadoop.hbase.client.HBaseAdmin.createTableAsync(HBaseAdmin.java:437) > at > org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:349) > at > org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:287) > at > org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:724) > at > org.apache.hadoop.hbase.client.TestAdmin.splitTest(TestAdmin.java:615) > at > org.apache.hadoop.hbase.client.TestAdmin.testForceSplitMultiFamily(TestAdmin.java:604) > > > > On Tue, Aug 23, 2011 at 11:58 PM, Stack <[email protected]> wrote: > >> This is odd. This is on scm checkout. Lets see if still case in the >> morning. I do see TestAdmin failing for me w/ OOME locally. Do >> others see the below? >> >> >> Running org.apache.hadoop.hbase.client.TestAdmin >> Exception in thread "ThreadedStreamConsumer" >> java.lang.OutOfMemoryError: Java heap space >> at java.util.Arrays.copyOf(Arrays.java:2882) >> at >> java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100) >> at >> java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390) >> at java.lang.StringBuffer.append(StringBuffer.java:224) >> at >> org.apache.maven.surefire.report.ConsoleOutputFileReporter.writeMessage(ConsoleOutputFileReporter.java:115) >> at >> org.apache.maven.surefire.report.MulticastingReporter.writeMessage(MulticastingReporter.java:101) >> at >> org.apache.maven.surefire.report.TestSetRunListener.writeTestOutput(TestSetRunListener.java:99) >> at >> org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:137) >> at >> org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:67) >> at java.lang.Thread.run(Thread.java:680) >> >> >> >> St.Ack >> >> On Wed, Aug 24, 2011 at 6:13 AM, Apache Jenkins Server >> <[email protected]> wrote: >> > See <https://builds.apache.org/job/HBase-TRUNK/2135/> >> > >> > ------------------------------------------ >> > Started by an SCM change >> > Building remotely on ubuntu3 >> > hudson.util.IOException2: remote file operation failed: < >> https://builds.apache.org/job/HBase-TRUNK/ws/> at >> hudson.remoting.Channel@50916ecd:ubuntu3 >> > at hudson.FilePath.act(FilePath.java:754) >> > at hudson.FilePath.act(FilePath.java:740) >> > at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:684) >> > at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:633) >> > at >> hudson.model.AbstractProject.checkout(AbstractProject.java:1193) >> > at >> hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:555) >> > at >> hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:443) >> > at hudson.model.Run.run(Run.java:1376) >> > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) >> > at >> hudson.model.ResourceController.execute(ResourceController.java:88) >> > at hudson.model.Executor.run(Executor.java:230) >> > Caused by: java.io.IOException: Remote call on ubuntu3 failed >> > at hudson.remoting.Channel.call(Channel.java:677) >> > at hudson.FilePath.act(FilePath.java:747) >> > ... 10 more >> > Caused by: java.lang.OutOfMemoryError: Java heap space >> > Archiving artifacts >> > Recording test results >> > >> > >> >
