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

stack commented on HBASE-7966:
------------------------------

waitTableEnabled came in with:

{code}
  1 ------------------------------------------------------------------------
  0 r1373520 | apurtell | 2012-08-15 09:33:40 -0700 (Wed, 15 Aug 2012) | 2 
lines                                                                           
                                                 
  1 
  2 HBASE-6478. TestClassLoading.testClassLoadingFromLibDirInJar occasionally 
fails
{code}

It has not changed since it came in.

Looking at when we set the table enabled state, it looks unchanged too being 
last thing done in the createtablehandler (as it has always been)


                
> 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: Ted Yu
>             Fix For: 0.95.0, 0.98.0
>
>         Attachments: 7966-v1.txt, 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

Reply via email to