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 1F0911063A for ; Wed, 16 Jul 2014 18:28:11 +0000 (UTC) Received: (qmail 48695 invoked by uid 500); 16 Jul 2014 18:28:10 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 48619 invoked by uid 500); 16 Jul 2014 18:28:10 -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 48453 invoked by uid 99); 16 Jul 2014 18:28:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 18:28:10 +0000 Date: Wed, 16 Jul 2014 18:28:10 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-11517) TestReplicaWithCluster turns zombie 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-11517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-11517: -------------------------- Attachment: 11517v2.txt Retry. And trying locally. Some issue running hbase-server tests. > TestReplicaWithCluster turns zombie > ----------------------------------- > > Key: HBASE-11517 > URL: https://issues.apache.org/jira/browse/HBASE-11517 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Attachments: 10930v4.txt, 11517.timeouts.txt, 11517v2.txt, 11517v2.txt, HBASE-11517_v1-mantonov.patch > > > Happened a few times for me fixing unrelated findbugs. Here is example: https://builds.apache.org/job/PreCommit-HBASE-Build/10065//consoleFull See how it is hanging creating a table: > "pool-1-thread-1" prio=10 tid=0x00007f1714657000 nid=0x4b7f waiting on condition [0x00007f16e9f80000] > java.lang.Thread.State: TIMED_WAITING (sleeping) > at java.lang.Thread.sleep(Native Method) > at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:539) > at org.apache.hadoop.hbase.client.HBaseAdmin.createTable(HBaseAdmin.java:424) > at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1185) > at org.apache.hadoop.hbase.client.TestReplicaWithCluster.testCreateDeleteTable(TestReplicaWithCluster.java:138) -- This message was sent by Atlassian JIRA (v6.2#6252)