Ted Yu created HBASE-8520:
-----------------------------
Summary: TestIOFencing fails intermittently
Key: HBASE-8520
URL: https://issues.apache.org/jira/browse/HBASE-8520
Project: HBase
Issue Type: Test
Reporter: Ted Yu
Assignee: Ted Yu
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