You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/18 00:06:17 UTC

[GitHub] merlimat opened a new pull request #1804: Ensure BookKeeperClientFactory is only instantiated once in PulsarService

merlimat opened a new pull request #1804: Ensure BookKeeperClientFactory is only instantiated once in PulsarService
URL: https://github.com/apache/incubator-pulsar/pull/1804
 
 
   ### Motivation
   
   Since SchemaRegistry also uses the BK client factory, 2 instances are being created and the ZK cache instance (owned by the BK client factory) is not being shutdown. 
   
   In unit tests, that means some threads are leaked and it's making difficult to repeat tests a lot of times when reproducing flaky tests.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services