[
https://issues.apache.org/jira/browse/HBASE-13797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14564090#comment-14564090
]
Ted Yu commented on HBASE-13797:
--------------------------------
{code}
Fetching the console output from the URL
Printing hanging tests
Hanging test : org.apache.hadoop.hbase.rest.TestGetAndPutResource
Printing Failing tests
{code}
The above test is not related to hbck.
> Fix resource leak in HBaseFsck
> ------------------------------
>
> Key: HBASE-13797
> URL: https://issues.apache.org/jira/browse/HBASE-13797
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 2.0.0, 1.2.0, 1.1.1
>
> Attachments: 13797-v1.txt
>
>
> In HBaseFsck#unassignMetaReplica() , ZooKeeperWatcher is not closed upon
> return from the method:
> {code}
> ZKUtil.deleteNode(zkw,
> zkw.getZNodeForReplica(hi.metaEntry.getReplicaId()));
> {code}
> This leads to resource leak.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)