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 072BA200B9D for ; Thu, 29 Sep 2016 04:46:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 05E7D160ADD; Thu, 29 Sep 2016 02:46:22 +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 70A89160AD3 for ; Thu, 29 Sep 2016 04:46:21 +0200 (CEST) Received: (qmail 14318 invoked by uid 500); 29 Sep 2016 02:46:20 -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 14305 invoked by uid 99); 29 Sep 2016 02:46:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2016 02:46:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7693F2C2A5F for ; Thu, 29 Sep 2016 02:46:20 +0000 (UTC) Date: Thu, 29 Sep 2016 02:46:20 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-16725) Don't let flushThread hang in TestHRegion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Sep 2016 02:46:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-16725: ------------------------------ Assignee: Ted Yu > Don't let flushThread hang in TestHRegion > ----------------------------------------- > > Key: HBASE-16725 > URL: https://issues.apache.org/jira/browse/HBASE-16725 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > Attachments: 16725.branch-1.v1.txt, 16725.branch-1.v2.txt, 16725.v2.txt > > > I was running TestHRegion locally and observed the following in test output: > {code} > 2016-09-28 16:29:36,836 INFO [main] hbase.ResourceChecker(171): after: regionserver.TestHRegion#testFlushCacheWhileScanning Thread=50 (was 49) > Potentially hanging thread: FlushThread > java.lang.Object.wait(Native Method) > java.lang.Object.wait(Object.java:502) > org.apache.hadoop.hbase.regionserver.TestHRegion$FlushThread.run(TestHRegion.java:3834) > {code} > Call to flushThread.done() etc should be placed in the finally block. -- This message was sent by Atlassian JIRA (v6.3.4#6332)