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

Scott Blum updated CURATOR-183:
-------------------------------
     Affects Version/s: 2.7.0
                        2.7.1
         Fix Version/s:     (was: 2.7.0)
                        2.7.2
                Labels: easyfix  (was: )
    Remaining Estimate: 0h
     Original Estimate: 0h

> TreeCache not properly handling repeated add/removal of root node
> -----------------------------------------------------------------
>
>                 Key: CURATOR-183
>                 URL: https://issues.apache.org/jira/browse/CURATOR-183
>             Project: Apache Curator
>          Issue Type: Bug
>    Affects Versions: 2.7.0, 2.7.1
>            Reporter: Jason Rosenberg
>            Assignee: Scott Blum
>              Labels: easyfix
>             Fix For: 2.7.2
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When using a TreeCache with just a single root node (e.g. maxDepth = 0), if I 
> create the node, then delete it, and then repeat, it fails to send the proper 
> events to the registered TreeCacheListener.  Instead of an event sequence 
> like so:
> NODE_ADDED
> NODE_REMOVED
> NODE_ADDED
> NODE_REMOVED
> it instead sent these events:
> NODE_ADDED
> NODE_REMOVED
> NODE_UPDATED



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to