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 <rsouhrain@...>
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
----
---