pkuwm opened a new issue #699: Call session aware createEphemeral to create live instance URL: https://github.com/apache/helix/issues/699 We implemented a new API ZkClient.createEphemeral(path, data, sessionId) to validate the zk session and create a live instance. Currently, live instance creation is still using the old API createEphemeral(path, data) without the session ID. So zk session race condition is not completely fixed. And we would like to fix this.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
