From dev-return-34038-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Sat Apr 28 18:40:24 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DA6E1180649 for ; Sat, 28 Apr 2018 18:40:23 +0200 (CEST) Received: (qmail 59751 invoked by uid 500); 28 Apr 2018 16:40:22 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 59740 invoked by uid 99); 28 Apr 2018 16:40:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Apr 2018 16:40:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 241F8E96B8; Sat, 28 Apr 2018 16:40:22 +0000 (UTC) From: sergey-chugunov-1985 To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3939: New implementation of getChildren method is added... Content-Type: text/plain Date: Sat, 28 Apr 2018 16:40:22 +0000 (UTC) GitHub user sergey-chugunov-1985 opened a pull request: https://github.com/apache/ignite/pull/3939 New implementation of getChildren method is added tolerating KeeperException.NoNodeException You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8421 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3939.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 #3939 ---- commit 1ce9a81263d97c39786268df798323cc340eb5c1 Author: Sergey Chugunov Date: 2018-04-28T16:36:06Z IGNITE-8421 new implementation of getChildren method is added tolerating KeeperException.NoNodeException ---- ---