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 09930E816 for ; Sun, 6 Jan 2013 01:48:16 +0000 (UTC) Received: (qmail 43104 invoked by uid 500); 6 Jan 2013 01:48:15 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 43025 invoked by uid 500); 6 Jan 2013 01:48:15 -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 42795 invoked by uid 99); 6 Jan 2013 01:48:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2013 01:48:15 +0000 Date: Sun, 6 Jan 2013 01:48:15 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7468) TestSplitTransactionOnCluster hangs frequently 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-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13545268#comment-13545268 ] Lars Hofhansl commented on HBASE-7468: -------------------------------------- another case: {code} "Thread-1301" prio=10 tid=0x00007f19f0b41000 nid=0x1794 waiting on condition [0x 00007f19d8e3d000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java :446) at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java :335) at org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.testShouldFailSplitIfZNodeDoesNotExistDueToPrevRollBack(TestSplitTransactionOnCluster.java:666) {code} > TestSplitTransactionOnCluster hangs frequently > ---------------------------------------------- > > Key: HBASE-7468 > URL: https://issues.apache.org/jira/browse/HBASE-7468 > Project: HBase > Issue Type: Bug > Affects Versions: 0.94.3 > Reporter: Lars Hofhansl > Attachments: TestSplitTransactionOnCluster-jstack.txt > > > This what I saw once in a local build. > {code} > java.lang.Thread.State: TIMED_WAITING (sleeping) > at java.lang.Thread.sleep(Native Method) > at org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:831) > at org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.testShouldClearRITWhenNodeFoundInSplittingState(TestSplitTransactionOnCluster.java:650) > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira