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 C928C10213 for ; Sun, 29 Dec 2013 03:21:16 +0000 (UTC) Received: (qmail 40234 invoked by uid 500); 29 Dec 2013 03:20:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 40214 invoked by uid 500); 29 Dec 2013 03:20:22 -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 39850 invoked by uid 99); 29 Dec 2013 03:19:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Dec 2013 03:19:58 +0000 Date: Sun, 29 Dec 2013 03:19:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10176) Canary#sniff() should close the HTable instance 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-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858228#comment-13858228 ] Hudson commented on HBASE-10176: -------------------------------- SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-1.1 #27 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-1.1/27/]) HBASE-10176 Canary#sniff() should close the HTable instance (tedyu: rev 1553857) * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java > Canary#sniff() should close the HTable instance > ----------------------------------------------- > > Key: HBASE-10176 > URL: https://issues.apache.org/jira/browse/HBASE-10176 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > Fix For: 0.99.0 > > Attachments: 10176-v1.txt > > > {code} > table = new HTable(admin.getConfiguration(), tableDesc.getName()); > {code} > HTable instance should be closed by the end of the method. -- This message was sent by Atlassian JIRA (v6.1.5#6160)