GitHub user Randgalt opened a pull request:
https://github.com/apache/curator/pull/249
[CURATOR-388] PathChildrenCache stops working if container node is
auto-removed
PathChildrenCache stops working if container node is auto-removed and later
recreated - test and a fix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/curator CURATOR-388
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/249.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 #249
----
commit 21b0877842d12c61f5c8c7f886d596809e12a628
Author: randgalt <randgalt@...>
Date: 2017-12-20T20:39:37Z
PathChildrenCache stops working if container node is auto-removed and later
recreated - test and a fix
----
---