GitHub user Randgalt opened a pull request:
https://github.com/apache/curator/pull/296
CURATOR-479 - CachedModeledFrameworkImpl.children() and
CachedModeledFrameworkImpl.childrenAsZNodes() were not implemented correctly
CachedModeledFrameworkImpl.children() and
CachedModeledFrameworkImpl.childrenAsZNodes() were not implemented correctly
but neither was the previous commit for this. This is the correct fix. Previous
commit was returning full tree, should be 1 level only
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/curator CURATOR-479-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/296.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 #296
----
commit 273832442298b9d8779c1eb64d881ebd668fee8b
Author: randgalt <randgalt@...>
Date: 2018-12-10T20:40:46Z
CURATOR-479
CachedModeledFrameworkImpl.children() and
CachedModeledFrameworkImpl.childrenAsZNodes() were not implemented correctly
but neither was the previous commit for this. This is the correct fix. Previous
commit was returning full tree, should be 1 level only
----
---