You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by poetwang <gi...@git.apache.org> on 2018/03/26 17:12:55 UTC

[GitHub] curator issue #261: [CURATOR-452] Fix race condition on cache in ServiceCach...

Github user poetwang commented on the issue:

    https://github.com/apache/curator/pull/261
  
    The event (CHILD_ADDED or CHILD_UPDATED) comes because PathChildrenCache will force refresh when ConnectionState turns to CONNECTED(connectionStateListener), 


---