You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/01/17 02:56:36 UTC

[GitHub] [helix] i3wangyi opened a new issue #687: ZkClient re-installs the watcher for a non-existence path for the node is deleted

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] dasahcc closed issue #687: ZkClient re-installs the watcher for a non-existence path when the node is deleted

Posted by GitBox <gi...@apache.org>.
dasahcc closed issue #687: ZkClient re-installs the watcher for a non-existence path when the node is deleted
URL: https://github.com/apache/helix/issues/687
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org