[
https://issues.apache.org/jira/browse/HBASE-13406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395684#comment-14395684
]
Hudson commented on HBASE-13406:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6345 (See
[https://builds.apache.org/job/HBase-TRUNK/6345/])
HBASE-13406 TestAccessController is flaky when create is slow (matteo.bertozzi:
rev fef8ae9c70f47d87baa985a66e94d7b90b861f08)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController2.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessControlFilter.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/SecureTestUtil.java
> 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
> Priority: Minor
> Fix For: 2.0.0, 1.1.0
>
> 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)