GitHub user Randgalt opened a pull request:

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

    [CURATOR-436] getSortedChildren() should ignore NoNode exceptions

    getSortedChildren() should ignore NoNode exceptions and just treat it as if 
there are no children. This works around issues with container nodes, parents 
not yet created, etc.

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

    $ git pull https://github.com/apache/curator CURATOR-436

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

    https://github.com/apache/curator/pull/238.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 #238
    
----
commit d502dde1c4601b2abc6d831d764561a73316bf00
Author: randgalt <[email protected]>
Date:   2017-10-12T10:51:39Z

    getSortedChildren() should ignore NoNode exceptions and just treat it as if 
there are no children. This works around issues with container nodes, parents 
not yet created, etc.

----


---

Reply via email to