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

Hudson commented on BOOKKEEPER-863:
-----------------------------------

SUCCESS: Integrated in bookkeeper-master #1149 (See 
[https://builds.apache.org/job/bookkeeper-master/1149/])
BOOKKEEPER-863: Potential resource leak with unclosed LedgerManager in 
BookieShell (Ted Yu via sijie) (sijie: rev 
c29a4f2601f72f8543cc4b1db419c84b01de75ce)
* CHANGES.txt
* bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieShell.java


> 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
>            Assignee: Ted Yu
>             Fix For: 4.4.0
>
>         Attachments: bookkeeper-863-v2.patch, bookkeeper-863-v2.patch, 
> 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