You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2013/03/05 00:33:13 UTC

[jira] [Created] (HBASE-7996) Clean up resource leak in MultiTableInputFormat

Nick Dimiduk created HBASE-7996:
-----------------------------------

             Summary: Clean up resource leak in MultiTableInputFormat
                 Key: HBASE-7996
                 URL: https://issues.apache.org/jira/browse/HBASE-7996
             Project: HBase
          Issue Type: Improvement
          Components: mapreduce
            Reporter: Nick Dimiduk
            Assignee: Nick Dimiduk
            Priority: Minor


MultiTableInputFormatBase#getSplits() will always leak an open HTable instance when {{throw new IOException("Expecting at least one region for table" ...)}} is called. It can potentially leak throughout that method body.

--
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