You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2013/03/02 15:39:13 UTC

[jira] [Comment Edited] (HBASE-7966) ACL tests fail on trunk (flaky)

    [ https://issues.apache.org/jira/browse/HBASE-7966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591421#comment-13591421 ] 

Andrew Purtell edited comment on HBASE-7966 at 3/2/13 2:37 PM:
---------------------------------------------------------------

In HBASE-7856 we upped the timeout for waitTableAvailable to 30 seconds. I don't have access to source right now. Is there a WARN or ERROR log line if the timeout is exceeded? If not let's add it. And similar timeouts for related util methods like waitTableEnabled. 
                
      was (Author: apurtell):
    In HBASE-7856 we upped the timeout for waitTableAvailable to 30 seconds. I don't have access to sourc right now. Is there a WARN or ERROR log line if the timeout is exceeded? If not let's add it
                  
> ACL tests fail on trunk (flaky)
> -------------------------------
>
>                 Key: HBASE-7966
>                 URL: https://issues.apache.org/jira/browse/HBASE-7966
>             Project: HBase
>          Issue Type: Bug
>          Components: security
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 0.95.0, 0.98.0
>
>         Attachments: debug.logging.txt
>
>
> I've noticed that these tests fail for me quite frequently:
> {code}
>   org.apache.hadoop.hbase.security.access.TestTablePermissions: org.apache.hadoop.hbase.exceptions.TableNotFoundException: _acl_
>   testQualifierAccess(org.apache.hadoop.hbase.security.access.TestAccessControlFilter): org.apache.hadoop.hbase.exceptions.TableNotFoundException: _acl_
> {code}
> The root cause seems to be that, the AccessController only creates the table in HMaster.postStartMaster(), but before _acl_ is created, master start accepting other create table requests, hence race. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira