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

Hadoop QA commented on BOOKKEEPER-863:
--------------------------------------

Testing JIRA BOOKKEEPER-863


Patch 
[bookkeeper-863.patch|https://issues.apache.org/jira/secure/attachment/12749422/bookkeeper-863.patch]
 downloaded at Sat Aug  8 16:01:09 UTC 2015

----------------------------

{color:red}-1{color} Patch failed to apply to head of branch

----------------------------

> Potential resource leak with unclosed LedgerManager in BookieShell
> ------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-863
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-863
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Ted Yu
>         Attachments: bookkeeper-863.patch
>
>
> There're more than one occurrence.
> Here is an example in ListLedgersCmd#runCmd():
> {code}
>                 LedgerManagerFactory mFactory = 
> LedgerManagerFactory.newLedgerManagerFactory(bkConf, zk);
>                 LedgerManager m = mFactory.newLedgerManager();
> {code}
> m is not closed upon leaving the method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to