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 18699179F8 for ; Thu, 2 Oct 2014 23:37:35 +0000 (UTC) Received: (qmail 59106 invoked by uid 500); 2 Oct 2014 23:37:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 59060 invoked by uid 500); 2 Oct 2014 23:37:34 -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 59047 invoked by uid 99); 2 Oct 2014 23:37:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 23:37:34 +0000 Date: Thu, 2 Oct 2014 23:37:34 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12152) TestLoadIncrementalHFiles shows up as zombie test 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-12152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-12152: ----------------------------------- Resolution: Invalid Status: Resolved (was: Patch Available) The patch on this issue doesn't match the title or the OP. I tried to follow along with the above but this issue is best resolved as invalid, so I'm going to do that. We have a new test time out. If the test times out, open an issue for that. For the unrelated work above, open an issue for that. Nothing more needs doing here. > TestLoadIncrementalHFiles shows up as zombie test > ------------------------------------------------- > > Key: HBASE-12152 > URL: https://issues.apache.org/jira/browse/HBASE-12152 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Attachments: TestSecureLoadIncrementalHFilesSplitRecovery-fix.txt > > > TestLoadIncrementalHFiles and TestLoadIncrementalHFilesSplitRecovery frequently show up as zombie tests (from 0.98 to master branch). > e.g. https://builds.apache.org/job/hbase-0.98/558/console > Here is snippet of stack trace for TestLoadIncrementalHFilesSplitRecovery : > {code} > "main" prio=10 tid=0x00007f8670008000 nid=0x1105 waiting on condition [0x00007f8674b57000] > java.lang.Thread.State: WAITING (parking) > at sun.misc.Unsafe.park(Native Method) > - parking to wait for <0x000000078d4c3ba0> (a java.util.concurrent.FutureTask$Sync) > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) > at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834) > at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:994) > at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303) > at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:248) > at java.util.concurrent.FutureTask.get(FutureTask.java:111) > at org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.bulkLoadPhase(LoadIncrementalHFiles.java:382) > at org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.doBulkLoad(LoadIncrementalHFiles.java:324) > at org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesSplitRecovery.testGroupOrSplitWhenRegionHoleExistsInMeta(TestLoadIncrementalHFilesSplitRecovery. java:470) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)