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 D704B10D8D for ; Mon, 23 Sep 2013 23:36:51 +0000 (UTC) Received: (qmail 78483 invoked by uid 500); 23 Sep 2013 23:36:15 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 78284 invoked by uid 500); 23 Sep 2013 23:36:06 -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 78203 invoked by uid 99); 23 Sep 2013 23:36:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 23:36:03 +0000 Date: Mon, 23 Sep 2013 23:36:03 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9590) TableEventHandler#reOpenAllRegions() 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-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13775790#comment-13775790 ] Hudson commented on HBASE-9590: ------------------------------- FAILURE: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #757 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/757/]) HBASE-9590 TableEventHandler#reOpenAllRegions() should close the HTable instance (tedyu: rev 1525640) * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/TableEventHandler.java > TableEventHandler#reOpenAllRegions() should close the HTable instance > --------------------------------------------------------------------- > > Key: HBASE-9590 > URL: https://issues.apache.org/jira/browse/HBASE-9590 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Trivial > Fix For: 0.98.0 > > Attachments: 9590-v1.txt > > > {code} > HTable table = new HTable(masterServices.getConfiguration(), tableName); > TreeMap> serverToRegions = Maps > .newTreeMap(); > NavigableMap hriHserverMapping = table.getRegionLocations(); > {code} > table should be closed. -- 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