Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 04FDF200B34 for ; Sat, 2 Jul 2016 11:53:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0393C160A6F; Sat, 2 Jul 2016 09:53:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4BE44160A50 for ; Sat, 2 Jul 2016 11:53:13 +0200 (CEST) Received: (qmail 54068 invoked by uid 500); 2 Jul 2016 09:53:11 -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 53737 invoked by uid 99); 2 Jul 2016 09:53:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2016 09:53:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4358B2C02AC for ; Sat, 2 Jul 2016 09:53:11 +0000 (UTC) Date: Sat, 2 Jul 2016 09:53:11 +0000 (UTC) From: "Konstantin Ryakhovskiy (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14422) Fix TestFastFailWithoutTestUtil MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 02 Jul 2016 09:53:14 -0000 [ https://issues.apache.org/jira/browse/HBASE-14422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Ryakhovskiy updated HBASE-14422: ------------------------------------------- Attachment: HBASE-14422.master.008.patch another try > Fix TestFastFailWithoutTestUtil > ------------------------------- > > Key: HBASE-14422 > URL: https://issues.apache.org/jira/browse/HBASE-14422 > Project: HBase > Issue Type: Task > Components: test > Reporter: stack > Assignee: Konstantin Ryakhovskiy > Priority: Minor > Labels: beginner > Attachments: HBASE-14422.master.001.patch, HBASE-14422.master.002.patch, HBASE-14422.master.003.patch, HBASE-14422.master.004.patch, HBASE-14422.master.005.patch, HBASE-14422.master.006.patch, HBASE-14422.master.007.patch, HBASE-14422.master.008.patch, log.txt, trace.log > > > TestFastFailWithoutTestUtil has a unit test that does testInterceptorIntercept50Times Usually it passes but on occasion, the latching between thread 1 and thread 2 goes awry and the test hangs and the test hangs out. Depends on the hardware but it seems to happen about one in four runs here on an internal rig. > HBASE-14421 changed the wait-on-latch to timeout and do a thread dump and just let the test keep going. > This issue is about digging in on figuring why the hang up on latches and then fixing it so the test doesn't have to have the latch timeout. Hopefully the threaddump helps. > This one could be hard to fix since it not easy to reproduce. Marking it beginner anyways. -- This message was sent by Atlassian JIRA (v6.3.4#6332)