Lars Hofhansl created HBASE-10281:
-------------------------------------

             Summary: TestMultiParallel.testFlushCommitsNoAbort fails 
frequently in 0.94
                 Key: HBASE-10281
                 URL: https://issues.apache.org/jira/browse/HBASE-10281
             Project: HBase
          Issue Type: Bug
            Reporter: Lars Hofhansl


Here's a run (with JDK7, but I've seen it with 0.96 as well).
https://builds.apache.org/job/HBase-0.94-JDK7/17/testReport/junit/org.apache.hadoop.hbase.client/TestMultiParallel/testFlushCommitsNoAbort/

{code}
Error Message

Count of regions=10

Stacktrace

java.lang.AssertionError: Count of regions=10
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.hadoop.hbase.client.TestMultiParallel.doTestFlushCommits(TestMultiParallel.java:289)
        at 
org.apache.hadoop.hbase.client.TestMultiParallel.testFlushCommitsNoAbort(TestMultiParallel.java:222)
        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 might be a side-effect of: HBASE-10259



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to