meszibalu opened a new pull request #891: ZOOKEEPER-2609: Add TTL Node APIs to 
C client
URL: https://github.com/apache/zookeeper/pull/891
 
 
   * added zoo_acreate_ttl, zoo_acreate2_ttl, zoo_create_ttl,
     zoo_create2_ttl methods, where ttl (int64_t) can be defined.
   * renamed flags to mode in zoo_*create* because it is not a bitmask on the
     server side.
   * added Create mode contants to match CreateMode.java enum fields.
     ZOO_SEQUENCE is kept for backward compatibility.
     ZOO_EPHEMERAL|ZOO_SEQUENCE is still usable, but ZOO_EPHEMERAL_SEQUENTIAL
     is preferred.
   * added / fixed doxygen comments for create methods.
   * modified tests/zkServer.sh to pass system properties to ZK.
   * added +t, +c shell commands to zookeeper cli.
   * added a test case for create ttl.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to