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: [email protected] With regards, Apache Git Services
