[
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<ServerName, List<HRegionInfo>> serverToRegions = Maps
> .newTreeMap();
> NavigableMap<HRegionInfo, ServerName> 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