[
https://issues.apache.org/jira/browse/HBASE-9919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-9919:
--------------------------
Resolution: Later
Status: Resolved (was: Patch Available)
> Fix resource leak in MultiTableInputFormatBase
> ----------------------------------------------
>
> Key: HBASE-9919
> URL: https://issues.apache.org/jira/browse/HBASE-9919
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Attachments: HBASE-9919.00.patch
>
>
> In MultiTableInputFormatBase#createRecordReader(), table is not closed.
> {code}
> HTable table =
> new HTable(context.getConfiguration(), tSplit.getTableName());
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)