[GitHub] zookeeper pull request #90: ZOOKEEPER-761: Remove *synchronous* calls from t...

2016-12-15 Thread breed
Github user breed commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/90#discussion_r92719995 --- Diff: src/c/tests/TestClient.cc --- @@ -47,6 +47,10 @@ struct buff_struct_2 { char *buffer; }; +// TODO(br33d): the vast majority

[GitHub] zookeeper pull request #90: ZOOKEEPER-761: Remove *synchronous* calls from t...

2016-11-15 Thread rgs1
Github user rgs1 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/90#discussion_r88183747 --- Diff: src/c/src/zookeeper.c --- @@ -4052,6 +3958,76 @@ int zoo_amulti(zhandle_t *zh, int count, const zoo_op_t *ops, return (rc < 0) ?

[GitHub] zookeeper pull request #90: ZOOKEEPER-761: Remove *synchronous* calls from t...

2016-11-11 Thread breed
Github user breed commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/90#discussion_r87652058 --- Diff: src/c/src/zookeeper.c --- @@ -4052,6 +3958,76 @@ int zoo_amulti(zhandle_t *zh, int count, const zoo_op_t *ops, return (rc < 0) ?

[GitHub] zookeeper pull request #90: ZOOKEEPER-761: Remove *synchronous* calls from t...

2016-10-22 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/90#discussion_r84585224 --- Diff: src/c/include/zookeeper.h --- @@ -2000,6 +2001,7 @@ ZOOAPI int zoo_set_acl(zhandle_t *zh, const char *path, int version, * \ref zoo_acreate,

[GitHub] zookeeper pull request #90: ZOOKEEPER-761: Remove *synchronous* calls from t...

2016-10-20 Thread breed
GitHub user breed opened a pull request: https://github.com/apache/zookeeper/pull/90 ZOOKEEPER-761: Remove *synchronous* calls from the *single-threaded* C client API the synchronous calls from a single-threaded client do not work. this patch makes using them in a