[ 
https://issues.apache.org/jira/browse/GORA-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15118718#comment-15118718
 ] 

Hudson commented on GORA-459:
-----------------------------

SUCCESS: Integrated in gora-trunk #1637 (See 
[https://builds.apache.org/job/gora-trunk/1637/])
GORA-459 Resource leak due to unclosed Table this closes #51 
(lewis.j.mcgibbney: rev 4968823b5a8ba6d8abe796414616584f6c104893)
* gora-hbase/src/test/java/org/apache/gora/hbase/util/HBaseClusterSingleton.java


> 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
>            Assignee: Renato Javier MarroquĂ­n Mogrovejo
>            Priority: Minor
>             Fix For: 0.7
>
>
> 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)

Reply via email to