You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got know something, every time when listChildren function is called, event will call registerChildWatcher(), so it may be a issue or not, but it should check the watcher existed before register.
@TruthBean did you get this figured out? I am getting the same issue.
(node:52825) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 notification listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit.
I am using client.getChildren too for zookeeper.
(node:9452) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 notification listeners added. Use emitter.setMaxListeners() to increase limit;
The text was updated successfully, but these errors were encountered: