You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by rsouhrain <gi...@git.apache.org> on 2018/08/10 13:32:58 UTC

[GitHub] curator pull request #275: CURATOR-476 PathChildrenCache should check result...

GitHub user rsouhrain opened a pull request:

    https://github.com/apache/curator/pull/275

    CURATOR-476 PathChildrenCache should check resultCode=-101 for getData(...) done on non-existent child and remove it from it's initialSet

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rsouhrain/curator CURATOR-476

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/curator/pull/275.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #275
    
----
commit 895015165dca24fb58aa23a1949bed0476761910
Author: rsouhrain <rs...@...>
Date:   2018-08-10T13:10:18Z

    CURATOR-476 PathChildrenCache should check resultCode=-101 for getData(...) done on non-existent child and remove it from it's initialSet

----


---

[GitHub] curator pull request #275: [CURATOR-476] PathChildrenCache should check resu...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/curator/pull/275


---

[GitHub] curator issue #275: [CURATOR-476] PathChildrenCache should check resultCode=...

Posted by cammckenzie <gi...@git.apache.org>.
Github user cammckenzie commented on the issue:

    https://github.com/apache/curator/pull/275
  
    Thanks for the PR. Looks good to me. I will merge to master shortly.


---