[
https://issues.apache.org/jira/browse/GORA-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105339#comment-15105339
]
ASF GitHub Bot commented on GORA-459:
-------------------------------------
Github user renato2099 commented on the pull request:
https://github.com/apache/gora/pull/51#issuecomment-172539082
Can you commit this and the other PRs @lewismc please? I don't know why I
don't have right to actually do the merging myself. Thanks man!
> Resource leak due to unclosed Table
> -----------------------------------
>
> Key: GORA-459
> URL: https://issues.apache.org/jira/browse/GORA-459
> Project: Apache Gora
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
>
> In HBaseClusterSingleton.java , there're several places where Table instance
> returned by HBaseTestingUtility methods (such as createTable) is not closed.
> Here is an example from ensureTable() :
> {code}
> if (!admin.tableExists(tableName)) {
> htu.createTable(tableName, cfs);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)