pkuwm opened a new issue #1054: URL: https://github.com/apache/helix/issues/1054
Currently ZKUtil's each call creates a Dedicated ZkClient but not closed. There is no session aware operations in ZKUtil, so a shared zkclient fits better this use case. And to avoid zkclient leakage, we should close each new zkclient created in the static utils APIs. ---------------------------------------------------------------- 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]
