[
https://issues.apache.org/jira/browse/ZOOKEEPER-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065864#comment-13065864
]
Hudson commented on ZOOKEEPER-782:
----------------------------------
Integrated in ZooKeeper-trunk #1244 (See
[https://builds.apache.org/job/ZooKeeper-trunk/1244/])
ZOOKEEPER-782. Incorrect C API documentation for Watches
breed : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1146820
Files :
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/c/include/zookeeper.h
> Incorrect C API documentation for Watches
> -----------------------------------------
>
> Key: ZOOKEEPER-782
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-782
> Project: ZooKeeper
> Issue Type: Bug
> Components: c client, documentation
> Affects Versions: 3.3.1
> Reporter: Dave Wright
> Priority: Trivial
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-782.patch
>
>
> The C API Doxygen documentation states:
> " .... If the client is ever disconnected from the service, even if the
> disconnection is temporary, the watches of the client will be removed from
> the service, so a client must treat a disconnect notification as an implicit
> trigger of all outstanding watches."
> This is incorrect as of v.3. Watches are only lost and need to be
> re-registered when a session times out. When a normal disconnection occurs
> watches are reset automatically on reconnection.
> The documentation in zookeeper.h needs to be updated to correct this
> explanation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira