You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/01/26 00:50:09 UTC

[GitHub] [bookkeeper] merlimat opened a new pull request #3011: Auditor should get the LegdgerManagerFactory from the client instance

merlimat opened a new pull request #3011:
URL: https://github.com/apache/bookkeeper/pull/3011


   ### Motivation
   
   The auditor cannot assume to have a Zookeeper based `LedgerManagerFactory`. Instead, the BK client already has a instance of the factory that we can reuse.
   
   Additionally, the code was leaking the factory instance which was supposed to get closed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] merlimat merged pull request #3011: Auditor should get the LegdgerManagerFactory from the client instance

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #3011:
URL: https://github.com/apache/bookkeeper/pull/3011


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org