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 49F0510308 for ; Thu, 19 Sep 2013 05:36:59 +0000 (UTC) Received: (qmail 67166 invoked by uid 500); 19 Sep 2013 05:36:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 67054 invoked by uid 500); 19 Sep 2013 05:36:53 -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 67008 invoked by uid 99); 19 Sep 2013 05:36:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2013 05:36:53 +0000 Date: Thu, 19 Sep 2013 05:36:53 +0000 (UTC) From: "Jeffrey Zhong (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9581) Few tests broken since HBASE-9551 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-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated HBASE-9581: --------------------------------- Attachment: hbase-9581.patch [~saint.ack@gmail.com] Sorry for the trouble. The reason of those hang test failures is that I set connection instance to null after HBaseAdmin#close() while we have quite a few test cases close shared HBaseAdmin instance multiple times. The patch uses a less aggressive way to avoid extra close from messing up connection reference count. I'm running a full test suite locally and will check the fix once the test run pass. > Few tests broken since HBASE-9551 > --------------------------------- > > Key: HBASE-9581 > URL: https://issues.apache.org/jira/browse/HBASE-9581 > Project: HBase > Issue Type: Bug > Affects Versions: 0.96.0 > Reporter: Aditya Kishore > Assignee: Aditya Kishore > Priority: Blocker > Labels: tests > Fix For: 0.96.0 > > Attachments: hbase-9581.patch > > > Few test cases, for example {{org.apache.hadoop.hbase.client.TestSnapshotFromClient}} hangs since the commit for HBASE-9551 -- 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