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/04/04 00:29:52 UTC

[jira] [Created] (HBASE-13406) TestAccessController is flaky when create is slow

Matteo Bertozzi created HBASE-13406:
---------------------------------------

             Summary: TestAccessController is flaky when create is slow
                 Key: HBASE-13406
                 URL: https://issues.apache.org/jira/browse/HBASE-13406
             Project: HBase
          Issue Type: Bug
          Components: security, test
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
         Attachments: HBASE-13406-v0.patch

since the client is not sync, we end up with failures if the create is slow.
we fixed the problem already by adding a custom create/delete with a latch on postCreateTableHandler() to be able to wait the real completion.
There are a couple of createTable() call that are not using that latch causing failures.



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