Ted Yu created HBASE-13797:
------------------------------

             Summary: 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


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)

Reply via email to