stack created HBASE-12170:
-----------------------------
Summary: TestReplicaWithCluster.testReplicaAndReplication timeouts
Key: HBASE-12170
URL: https://issues.apache.org/jira/browse/HBASE-12170
Project: HBase
Issue Type: Bug
Components: test
Reporter: stack
Assignee: stack
Fix For: 2.0.0, 0.99.1
On our internal rig I got a timeout. Looking over the test, it looks to be
making progress if slow. The test does a crazy amount of stuff too... so let
me just up the timeout for now.
{code}
org.apache.hadoop.hbase.client.TestReplicaWithCluster.testReplicaAndReplication
Failing for the past 1 build (Since Unstable#10 )
Took 0.42 sec.
Error Message
test timed out after 120000 milliseconds
Stacktrace
java.lang.Exception: test timed out after 120000 milliseconds
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:999)
at
org.apache.hadoop.hbase.client.TestReplicaWithCluster.testReplicaAndReplication(TestReplicaWithCluster.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)