You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/02/04 00:31:13 UTC

[jira] [Created] (HBASE-10461) table.close() in TableEventHandler#reOpenAllRegions() should be enclosed in finally block

Ted Yu created HBASE-10461:
------------------------------

             Summary: table.close() in TableEventHandler#reOpenAllRegions() should be enclosed in finally block
                 Key: HBASE-10461
                 URL: https://issues.apache.org/jira/browse/HBASE-10461
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


If table.getRegionLocations() throws exception, table.close() would be skipped, leaking the underlying resource



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)