i3wangyi opened a new issue #687: ZkClient re-installs the watcher for a 
non-existence path for the node is deleted
URL: https://github.com/apache/helix/issues/687
 
 
   *Root cause* 
   
   --
   pathStatRecord.recordPathStat(getStat(path, true), notificationTime);
   --
   
   The getStat(path, true) method not only returns the Stat of the path but 
also adds the exists watcher (exists watcher can be added even the path is 
non-existed). The path parameter in the context of node deleted action is the 
path of deleted node, which means it adds the watcher to a non-existence 
zookeeper path.
   

----------------------------------------------------------------
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]

Reply via email to