[ 
https://issues.apache.org/jira/browse/HBASE-8520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655087#comment-13655087
 ] 

Hudson commented on HBASE-8520:
-------------------------------

Integrated in hbase-0.95 #186 (See 
[https://builds.apache.org/job/hbase-0.95/186/])
    HBASE-8520 TestIOFencing fails intermittently due to compaction kicking in 
too soon (Ted Yu) (Revision 1481227)

     Result = SUCCESS
tedyu : 
Files : 
* 
/hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java

                
> TestIOFencing fails intermittently due to compaction kicking in too soon
> ------------------------------------------------------------------------
>
>                 Key: HBASE-8520
>                 URL: https://issues.apache.org/jira/browse/HBASE-8520
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.98.0, 0.95.1
>
>         Attachments: 8520-v1.txt
>
>
> Here is one example: 
> https://builds.apache.org/job/HBase-TRUNK/lastCompletedBuild/testReport/org.apache.hadoop.hbase/TestIOFencing/testFencingAroundCompactionAfterWALSync/
> It failed on this assertion:
> {code}
>       assertTrue(compactingRegion.countStoreFiles() > 1);
> {code}
> I searched for "Blocking compactions" but didn't find it in the test output.
> I think the compaction kicked in too soon, resulting in store file count 
> being 1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to