[
https://issues.apache.org/jira/browse/HIVE-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Swarnim Kulkarni updated HIVE-7109:
-----------------------------------
Attachment: HIVE-7109.1.patch.txt
Patch attached.
> Resource leak in HBaseStorageHandler
> ------------------------------------
>
> Key: HIVE-7109
> URL: https://issues.apache.org/jira/browse/HIVE-7109
> Project: Hive
> Issue Type: Bug
> Components: HBase Handler
> Affects Versions: 0.13.0
> Reporter: Swarnim Kulkarni
> Assignee: Swarnim Kulkarni
> Attachments: HIVE-7109.1.patch.txt
>
>
> The "preCreateTable" method in the HBaseStorageHandler checks that the HBase
> table is still online by creating a new instance of HTable
> {code}
> // ensure the table is online
> new HTable(hbaseConf, tableDesc.getName());
> {code}
> However this instance is never closed. So if this test succeeds, we would
> have a resource leak in the code.
--
This message was sent by Atlassian JIRA
(v6.2#6252)