You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Fuyan Wang (JIRA)" <ji...@apache.org> on 2014/06/10 07:48:02 UTC

[jira] [Created] (ZOOKEEPER-1935) Current ZooKeeper C Library (Client) makes a distinction between removing a child node and adding a child node on receiving ZOO_CHILD_EVENT session event

Fuyan Wang created ZOOKEEPER-1935:
-------------------------------------

             Summary: Current ZooKeeper C Library (Client) makes a distinction between removing a child node and adding a child node on receiving ZOO_CHILD_EVENT session event
                 Key: ZOOKEEPER-1935
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1935
             Project: ZooKeeper
          Issue Type: Improvement
          Components: c client
            Reporter: Fuyan Wang


I want to determine whether a node adds or removes a child node. But based on the currently implementation, I can only to get the session event ZOO_CHILD_EVENT. There is no ways to determine whether it is an add child event or a delete child event.

If we enhance this event, it can benefit people having a similar requirement. Thanks.



--
This message was sent by Atlassian JIRA
(v6.2#6252)