You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/07/01 00:13:25 UTC

[jira] [Created] (HBASE-11443) TestIOFencing#testFencingAroundCompactionAfterWALSync times out

Ted Yu created HBASE-11443:
------------------------------

             Summary: TestIOFencing#testFencingAroundCompactionAfterWALSync times out
                 Key: HBASE-11443
                 URL: https://issues.apache.org/jira/browse/HBASE-11443
             Project: HBase
          Issue Type: Test
            Reporter: Ted Yu
            Assignee: Ted Yu


After HBASE-10070 is merged to trunk, TestIOFencing#testFencingAroundCompactionAfterWALSync times out in Jenkins builds.

This is due to r.compactionsWaiting not counting down in BlockCompactionsInCompletionHStore#completeCompaction()

The following new method in HStore.java:
{code}
  public void refreshStoreFiles() throws IOException {
{code}
calls completeCompaction(toBeRemovedStoreFiles, false) which is not overridden by BlockCompactionsInCompletionHStore.



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