-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Simple test file: https://gist.github.com/3921228
Launch it, then do multiple ./zkServer.sh restart on your server.
You will then see that children events are growing by a factor of 2 each time your restart your server.
This is due to two things:
- the code
Line 798 in 733906c
if (!done) { - the fact that when a session event occurs, node-zookeeper will trigger it on every damn watch https://github.com/yfinkelstein/node-zookeeper#known-bugs--issues
As there are a lot of session event on Zookeeper, it must be affecting every node zookeeper user or node zkplus user.
I really dont know how to deal with that.
Metadata
Metadata
Assignees
Labels
No labels