Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 094D6EF1F for ; Tue, 5 Mar 2013 11:17:15 +0000 (UTC) Received: (qmail 79789 invoked by uid 500); 5 Mar 2013 11:17:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79754 invoked by uid 500); 5 Mar 2013 11:17:14 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 79340 invoked by uid 99); 5 Mar 2013 11:17:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 11:17:14 +0000 Date: Tue, 5 Mar 2013 11:17:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7966) ACL tests fail on trunk (flaky) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-7966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593327#comment-13593327 ] Hudson commented on HBASE-7966: ------------------------------- Integrated in HBase-TRUNK #3913 (See [https://builds.apache.org/job/HBase-TRUNK/3913/]) HBASE-7966 ACL tests fail on trunk (flaky) (Revision 1452662) Result = FAILURE stack : Files : * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java > 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: stack > Fix For: 0.95.0, 0.98.0 > > Attachments: 7966-v1.txt, 7966v3.txt, 7966v4.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