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)