kaisun2000 opened a new issue #1184: URL: https://github.com/apache/helix/issues/1184
ZkHelixClusterVerifier and its subclass such as `BestPossibleExternalViewVerifier` built with ZK address would create a internal ZkClient. If not closed properly, we will have resource leak, such as 2 zkclient threads, 1 Zookeeper session object and 2 Zookeeper client threads. The leaked threads and Zookeeper client session can be thousands. These prevents our unit test running successfully. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
