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 F048C101D2 for ; Fri, 18 Apr 2014 08:08:17 +0000 (UTC) Received: (qmail 82480 invoked by uid 500); 18 Apr 2014 07:08:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 82184 invoked by uid 500); 18 Apr 2014 07:08:17 -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 82005 invoked by uid 99); 18 Apr 2014 07:08:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2014 07:08:16 +0000 Date: Fri, 18 Apr 2014 07:08:16 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11024) TestSecureLoadIncrementalHFilesSplitRecovery should wait longer for ACL table 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-11024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973842#comment-13973842 ] Hudson commented on HBASE-11024: -------------------------------- FAILURE: Integrated in HBase-0.94-JDK7 #121 (See [https://builds.apache.org/job/HBase-0.94-JDK7/121/]) HBASE-11024 TestSecureLoadIncrementalHFilesSplitRecovery should wait longer for ACL table. (larsh: rev 1588408) * /hbase/branches/0.94/security/src/test/java/org/apache/hadoop/hbase/mapreduce/TestSecureLoadIncrementalHFiles.java * /hbase/branches/0.94/security/src/test/java/org/apache/hadoop/hbase/mapreduce/TestSecureLoadIncrementalHFilesSplitRecovery.java > TestSecureLoadIncrementalHFilesSplitRecovery should wait longer for ACL table > ----------------------------------------------------------------------------- > > Key: HBASE-11024 > URL: https://issues.apache.org/jira/browse/HBASE-11024 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Priority: Minor > Fix For: 0.94.19 > > Attachments: 11024.txt > > > One more: > {code} > Error Message > Timed out waiting for table to become available _acl_ > Stacktrace > java.lang.AssertionError: Timed out waiting for table to become available _acl_ > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.apache.hadoop.hbase.HBaseTestingUtility.waitTableAvailable(HBaseTestingUtility.java:1799) > at org.apache.hadoop.hbase.mapreduce.TestSecureLoadIncrementalHFilesSplitRecovery.setupCluster(TestSecureLoadIncrementalHFilesSplitRecovery.java:57) > {code} > waitTableAvailable here only waits for 5s in 0.94 (30s almost everywhere else and also in trunk). -- This message was sent by Atlassian JIRA (v6.2#6252)