Browse Source

Fix add version for container and TTL nodes

Container and TTL nodes were added in 3.5.3 (not 3.6) according to earlier docs: https://zookeeper.apache.org/doc/r3.5.3-beta/zookeeperProgrammers.html#Container+Nodes

Author: Chris Conroy <cconroy@gmail.com>

Reviewers: maoling <maoling@apache.org>

Closes #1948 from cconroy/patch-1
Chris Conroy 2 years ago
parent
commit
3cbceec20a

+ 2 - 2
zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md

@@ -219,7 +219,7 @@ name "<path>-2147483648").
 
 
 #### Container Nodes
 #### Container Nodes
 
 
-**Added in 3.6.0**
+**Added in 3.5.3**
 
 
 ZooKeeper has the notion of container znodes. Container znodes are
 ZooKeeper has the notion of container znodes. Container znodes are
 special purpose znodes useful for recipes such as leader, lock, etc.
 special purpose znodes useful for recipes such as leader, lock, etc.
@@ -236,7 +236,7 @@ znode when it occurs.
 
 
 #### TTL Nodes
 #### TTL Nodes
 
 
-**Added in 3.6.0**
+**Added in 3.5.3**
 
 
 When creating PERSISTENT or PERSISTENT_SEQUENTIAL znodes,
 When creating PERSISTENT or PERSISTENT_SEQUENTIAL znodes,
 you can optionally set a TTL in milliseconds for the znode. If the znode
 you can optionally set a TTL in milliseconds for the znode. If the znode