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 1C4BD1172D for ; Wed, 16 Apr 2014 03:13:22 +0000 (UTC) Received: (qmail 35550 invoked by uid 500); 16 Apr 2014 03:13:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 35197 invoked by uid 500); 16 Apr 2014 03:13:16 -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 35161 invoked by uid 99); 16 Apr 2014 03:13:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2014 03:13:15 +0000 Date: Wed, 16 Apr 2014 03:13:15 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10989) TestAccessController needs better timeout 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-10989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970381#comment-13970381 ] Hudson commented on HBASE-10989: -------------------------------- SUCCESS: Integrated in HBase-0.94-security #467 (See [https://builds.apache.org/job/HBase-0.94-security/467/]) HBASE-10989 TestAccessController needs better timeout. (larsh: rev 1587741) * /hbase/branches/0.94/security/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java > TestAccessController needs better timeout > ----------------------------------------- > > Key: HBASE-10989 > URL: https://issues.apache.org/jira/browse/HBASE-10989 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Fix For: 0.94.19 > > Attachments: 10989.txt > > > Here's another one: > {code} > Error Message > Retry exhaust for waiting region to be opened. > Stacktrace > java.lang.AssertionError: Retry exhaust for waiting region to be opened. > at org.junit.Assert.fail(Assert.java:88) > at org.apache.hadoop.hbase.security.access.TestAccessController.testGlobalAuthorizationForNewRegisteredRS(TestAccessController.java:1857) > {code} > In trunk we wait up to 10x 1s and we also wait for the regions of the table we just requested to move. In 0.94 we waited 10x 200ms. -- This message was sent by Atlassian JIRA (v6.2#6252)