[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Reed updated ZOOKEEPER-23:
-----------------------------------

    Attachment: ZOOKEEPER-23.patch

This is the C client for the auto reset of watches. The patch contains the 
following:

1) A system test that has tests for watches
2) Fixes to the watches so that we accurately trigger the watches that are 
active when we get the watch event (rather than watches that are active when 
the watch event is actually dispatched by the completion thread)
3) To handle exists watch properly, I added another exist hashtable for watches 
of non existent files
4) Code to use SetWatches to re-register watches when reconnecting

> Auto reset of watches on reconnect
> ----------------------------------
>
>                 Key: ZOOKEEPER-23
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-23
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: c client, java client
>            Reporter: Patrick Hunt
>            Assignee: Benjamin Reed
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-23.patch
>
>
> Moved from SourceForge to Apache.
> http://sourceforge.net/tracker/index.php?func=detail&aid=1831413&group_id=209147&atid=1008547

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to