You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "prashant (JIRA)" <ji...@apache.org> on 2016/09/16 04:36:21 UTC

[jira] [Updated] (ZOOKEEPER-2586) zoo_aremove_watchers() does not remove a watch of path has more than one watch

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

prashant updated ZOOKEEPER-2586:
--------------------------------
    Description: 
zoo_aremove_watchers() does not remove a watch if path has more than one watch.
but it works in below cases.
it removes watch if path has only one watch.
and it removes all watches if watcher function arguments is NULL.
Seen in 
zookeeper.version=3.5.1-alpha--1, built on 06/09/2016 18:31 GMT
Not sure if this is fixed in later versions.



  was:
1)zoo_aremove_watchers() does not remove a watch of path has more than one watch.
but it works in below cases.
it removes watch if path has only one watch.
and it removes all watches if watcher function arguments is NULL.
Seen in 
zookeeper.version=3.5.1-alpha--1, built on 06/09/2016 18:31 GMT
Not sure if this is fixed.




> zoo_aremove_watchers() does not remove a watch of path has more than one watch
> ------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2586
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2586
>             Project: ZooKeeper
>          Issue Type: Bug
>            Reporter: prashant
>
> zoo_aremove_watchers() does not remove a watch if path has more than one watch.
> but it works in below cases.
> it removes watch if path has only one watch.
> and it removes all watches if watcher function arguments is NULL.
> Seen in 
> zookeeper.version=3.5.1-alpha--1, built on 06/09/2016 18:31 GMT
> Not sure if this is fixed in later versions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)