[
https://issues.apache.org/jira/browse/HBASE-13797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-13797.
---------------------------------------
> 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: 1.2.0, 1.1.1, 2.0.0
>
> 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
(v8.20.7#820007)