You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/09/20 02:01:52 UTC

[jira] [Updated] (HBASE-9590) TableEventHandler#reOpenAllRegions() should close the HTable instance

     [ https://issues.apache.org/jira/browse/HBASE-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-9590:
--------------------------

    Attachment: 9590-v1.txt
    
> 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: Minor
>         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