Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4B6C4200BE1 for ; Mon, 19 Dec 2016 16:43:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 49F2A160B14; Mon, 19 Dec 2016 15:43:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 943DB160B21 for ; Mon, 19 Dec 2016 16:43:14 +0100 (CET) Received: (qmail 9405 invoked by uid 500); 19 Dec 2016 15:43:13 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 9384 invoked by uid 99); 19 Dec 2016 15:43:13 -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; Mon, 19 Dec 2016 15:43:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6D6BFDFB77; Mon, 19 Dec 2016 15:43:13 +0000 (UTC) From: Randgalt To: dev@curator.apache.org Reply-To: dev@curator.apache.org Message-ID: Subject: [GitHub] curator pull request #178: [CURATOR-365] backgroundCreateParentsThenNode() i... Content-Type: text/plain Date: Mon, 19 Dec 2016 15:43:13 +0000 (UTC) archived-at: Mon, 19 Dec 2016 15:43:15 -0000 GitHub user Randgalt opened a pull request: https://github.com/apache/curator/pull/178 [CURATOR-365] backgroundCreateParentsThenNode() ignores exceptions too crudely You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/curator CURATOR-365 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/curator/pull/178.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 #178 ---- commit 10e2d9db821ed03903f00ce4f23e431168fce910 Author: randgalt Date: 2016-11-11T13:33:36Z [maven-release-plugin] prepare release apache-curator-2.11.1 commit 96a0a944e25f6b49c90e247a5095bae596c6cbc3 Author: randgalt Date: 2016-11-11T13:33:47Z [maven-release-plugin] prepare for next development iteration commit 8abb54b2e9790f3afba76a85aa2c407c05c3052e Author: randgalt Date: 2016-11-11T13:39:56Z back to 2.11.1-SNAPSHOT commit f8c6a0933737bc3044eeddc1a90aafda20febca5 Author: randgalt Date: 2016-11-11T13:42:04Z [maven-release-plugin] prepare release apache-curator-2.11.1 commit fbb98a1ed6b43378627d89b8f6b74c49c5deef25 Author: randgalt Date: 2016-11-11T13:42:15Z [maven-release-plugin] prepare for next development iteration commit 0a3e8490b64ad8466989726ac6215b357fed3152 Author: randgalt Date: 2016-12-19T14:52:19Z Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/curator commit 125dc969942a89f498b06e190cb38f9819c7bb37 Author: randgalt Date: 2016-12-19T15:41:11Z if an async create() with creatingParentContainersIfNeeded() was called with a connection that wasn't properly authorized to create the parent nodes. backgroundCreateParentsThenNode() was treating all KeeperExceptions as ignorable (i.e. retry-able) which would cause an infinite loop. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---