Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A24B18F05 for ; Wed, 1 Jul 2015 00:50:15 +0000 (UTC) Received: (qmail 48077 invoked by uid 500); 1 Jul 2015 00:50:15 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 48029 invoked by uid 500); 1 Jul 2015 00:50:15 -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 48018 invoked by uid 99); 1 Jul 2015 00:50:14 -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; Wed, 01 Jul 2015 00:50:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7F380E0098; Wed, 1 Jul 2015 00:50:14 +0000 (UTC) From: cammckenzie To: dev@curator.apache.org Reply-To: dev@curator.apache.org References: In-Reply-To: Subject: [GitHub] curator pull request: [CURATOR-222] Container support Content-Type: text/plain Message-Id: <20150701005014.7F380E0098@git1-us-west.apache.org> Date: Wed, 1 Jul 2015 00:50:14 +0000 (UTC) Github user cammckenzie commented on the pull request: https://github.com/apache/curator/pull/79#issuecomment-117380664 @Randgalt, looks good to me. A couple of minor things for discussion. 1.) Can the internal EnsurePath stuff in NamespaceImpl be replaced with the new container stuff? 2.) When executing creatingContainerParentsIfNeeded(), I was wondering if some sort of warning log should be generated if the parents already exist and are not container nodes? I'm just thinking of the case where you try and create a hierachy of nodes and some of them already exist as persistent nodes. Maybe it's just up to the user to remove any existing parents if this is important? --- 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. ---