Description
java.lang.Exception: test timed out after 180000 milliseconds
at java.lang.Thread.sleep(Native Method)
at org.apache.hadoop.hbase.regionserver.TestHRegionOnCluster.testDataCorrectnessReplayingRecoveredEdits(TestHRegionOnCluster.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
Test looked to be making progress though perhaps a stall here:
2013-07-18 19:30:56,111 INFO [AM.ZK.Worker-pool-2-thread-14] master.AssignmentManager$4(1223): The master has opened testDataCorrectnessReplayingRecoveredEdits,,1374175853834.44b3c494ea2682d3113ffe6658bf4910. that was online on janus.apache.org,41592,1374175849520
2013-07-18 19:33:37,407 INFO [Thread-0] hbase.HBaseTestingUtility(914): Shutting down minicluster
May have just been taking time loading data.
Let me up the timeout and add debug because hard tracking where we are in this issue going by logs.