[
https://issues.apache.org/jira/browse/HBASE-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858306#comment-13858306
]
Hudson commented on HBASE-10176:
--------------------------------
SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #39 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/39/])
HBASE-10176. Canary#sniff() should close the HTable instance (Ted Yu)
(apurtell: rev 1554001)
*
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
> Canary#sniff() should close the HTable instance
> -----------------------------------------------
>
> Key: HBASE-10176
> URL: https://issues.apache.org/jira/browse/HBASE-10176
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 0.98.0, 0.99.0
>
> Attachments: 10176-v1.txt
>
>
> {code}
> table = new HTable(admin.getConfiguration(), tableDesc.getName());
> {code}
> HTable instance should be closed by the end of the method.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)