[GitHub] zookeeper pull request #522: ZOOKEEPER-1919 Update the C implementation of r...

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/522 ---

[GitHub] zookeeper pull request #522: ZOOKEEPER-1919 Update the C implementation of r...

2018-05-20 Thread rgs1
Github user rgs1 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/522#discussion_r189469574 --- Diff: src/c/src/zookeeper.c --- @@ -4502,6 +4532,30 @@ static void process_sync_completion(zhandle_t *zh, } } +static int remove_w

[GitHub] zookeeper pull request #522: ZOOKEEPER-1919 Update the C implementation of r...

2018-05-20 Thread rgs1
Github user rgs1 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/522#discussion_r189469556 --- Diff: src/c/src/zookeeper.c --- @@ -4056,22 +4075,33 @@ int zoo_aremove_watchers(zhandle_t *zh, const char *path, ZooWatcherType wtype, oa

[GitHub] zookeeper pull request #522: ZOOKEEPER-1919 Update the C implementation of r...

2018-05-20 Thread rgs1
Github user rgs1 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/522#discussion_r189469546 --- Diff: src/c/src/zookeeper.c --- @@ -4056,22 +4075,33 @@ int zoo_aremove_watchers(zhandle_t *zh, const char *path, ZooWatcherType wtype, oa

[GitHub] zookeeper pull request #522: ZOOKEEPER-1919 Update the C implementation of r...

2018-05-14 Thread anmolnar
GitHub user anmolnar opened a pull request: https://github.com/apache/zookeeper/pull/522 ZOOKEEPER-1919 Update the C implementation of removeWatches to have it match ZOOKEEPER-1910 Existing patch on Jira has been rebased and applied to master. You can merge this pull request into a