You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2015/03/24 13:49:53 UTC

[jira] [Created] (HBASE-13321) Fix flaky TestHBaseFsck

Matteo Bertozzi created HBASE-13321:
---------------------------------------

             Summary: Fix flaky TestHBaseFsck
                 Key: HBASE-13321
                 URL: https://issues.apache.org/jira/browse/HBASE-13321
             Project: HBase
          Issue Type: Bug
          Components: test
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
            Priority: Minor
         Attachments: HBASE-13321-v0.patch

Similar to HBASE-13182 and HBASE-13041 TestHBaseFsck relies on create/deleteTable() to be sync. so, if the master side is slow we get EXPIRED_TABLE_LOCK failures.

to workaround that, we can add a master coprocessor used by the test to wait until postOperationHandler is called. This will be removed after HBASE-13204.

there is also a znode for the table-lock not deleted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)