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 DB45F1747A for ; Thu, 30 Oct 2014 20:14:35 +0000 (UTC) Received: (qmail 7368 invoked by uid 500); 30 Oct 2014 20:14:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 7331 invoked by uid 500); 30 Oct 2014 20:14:35 -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 7319 invoked by uid 99); 30 Oct 2014 20:14:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 20:14:35 +0000 Date: Thu, 30 Oct 2014 20:14:35 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12384) TestTags can hang on fast test hosts 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-12384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190737#comment-14190737 ] Hudson commented on HBASE-12384: -------------------------------- SUCCESS: Integrated in HBase-0.98 #642 (See [https://builds.apache.org/job/HBase-0.98/642/]) HBASE-12384 TestTags can hang on fast test hosts (apurtell: rev 415b8ff438b9bdc5c2e1b15a9b6de81bb472fe24) * hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestTags.java > TestTags can hang on fast test hosts > ------------------------------------ > > Key: HBASE-12384 > URL: https://issues.apache.org/jira/browse/HBASE-12384 > Project: HBase > Issue Type: Bug > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Minor > Fix For: 2.0.0, 0.98.8, 0.99.2 > > Attachments: HBASE-12384-0.98.patch, HBASE-12384-master.patch > > > Waiting indefinitely expecting flushed files to reach a certain count after triggering a flush but compaction has happened between the flush and check for number of store files. > {code} > admin.flush(tableName); > regions = TEST_UTIL.getHBaseCluster().getRegions(tableName); > for (HRegion region : regions) { > Store store = region.getStore(fam); > - Flush and compaction has happened before here ---> > while (!(store.getStorefilesCount() > 2)) { > - Hung forever in here ---> > Thread.sleep(10); > } > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)