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 1C49F18E97 for ; Mon, 4 May 2015 23:53:07 +0000 (UTC) Received: (qmail 57821 invoked by uid 500); 4 May 2015 23:53:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 57783 invoked by uid 500); 4 May 2015 23:53:06 -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 57771 invoked by uid 99); 4 May 2015 23:53:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 23:53:06 +0000 Date: Mon, 4 May 2015 23:53:06 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13609) TestFastFail is still failing 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-13609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-13609: --------------------------------- Status: Patch Available (was: Open) > TestFastFail is still failing > ----------------------------- > > Key: HBASE-13609 > URL: https://issues.apache.org/jira/browse/HBASE-13609 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 1.1.0 > Reporter: Nick Dimiduk > Attachments: 13609.patch > > > {noformat} > testFastFail(org.apache.hadoop.hbase.client.TestFastFail) Time elapsed: 13.106 sec <<< FAILURE! > java.lang.AssertionError: Only few thread should ideally be waiting for the dead regionserver to be coming back. numBlockedWorkers:15 threads that retried : 2 > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.apache.hadoop.hbase.client.TestFastFail.testFastFail(TestFastFail.java:288) > {noformat} > This is failing consistently for me locally. Sometimes it's 15, sometimes it's 5, sometimes 26. > We've seen this one before, HBASE-12771, HBASE-12881. -- This message was sent by Atlassian JIRA (v6.3.4#6332)