You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Qiang Tian (JIRA)" <ji...@apache.org> on 2014/08/05 10:13:11 UTC

[jira] [Created] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

Qiang Tian created HBASE-11673:
----------------------------------

             Summary: TestIOFencing#testFencingAroundCompactionAfterWALSync fails
                 Key: HBASE-11673
                 URL: https://issues.apache.org/jira/browse/HBASE-11673
             Project: HBase
          Issue Type: Bug
            Reporter: Qiang Tian


got several test failure on the latest build:

{quote}    
[tianq@bdvm101 surefire-reports]$ ls -1t|grep "Tests run" * |grep "<<< FAILURE" 
org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec <<< FAILURE!
org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec <<< FAILURE!
org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec <<< FAILURE!
org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 177.071 sec <<< FAILURE!
{quote} 

the first one:
{quote} 
<failure message="Timed out waiting for the region to flush" type="java.lang.AssertionError">java.lang.AssertionError: Timed out waiting for the region to flush
>-at org.junit.Assert.fail(Assert.java:88)
>-at org.junit.Assert.assertTrue(Assert.java:41)
>-at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
>-at org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
>-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)
{quote}




--
This message was sent by Atlassian JIRA
(v6.2#6252)