Return-Path: X-Original-To: apmail-curator-user-archive@minotaur.apache.org Delivered-To: apmail-curator-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DDC010D20 for ; Mon, 21 Oct 2013 00:00:50 +0000 (UTC) Received: (qmail 87183 invoked by uid 500); 21 Oct 2013 00:00:50 -0000 Delivered-To: apmail-curator-user-archive@curator.apache.org Received: (qmail 87156 invoked by uid 500); 21 Oct 2013 00:00:50 -0000 Mailing-List: contact user-help@curator.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@curator.incubator.apache.org Delivered-To: mailing list user@curator.incubator.apache.org Received: (qmail 87148 invoked by uid 99); 21 Oct 2013 00:00:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 00:00:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.192.174] (HELO mail-pd0-f174.google.com) (209.85.192.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 00:00:42 +0000 Received: by mail-pd0-f174.google.com with SMTP id y13so7422750pdi.5 for ; Sun, 20 Oct 2013 17:00:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=3eEr+pLIoNoCZCwLSrd03BxIV92vkQS7ZYQT5tDyTjU=; b=NtedZ4nwqevR5Kkfro7bpvBe/0KXgNoP2skK/z+hT51UO07ta+sGlgwEI7DGo6svCr pvcxaJ7fS9RBOJsldw5vbTDuDchdb1ZcaJF7dj6NcrDKQzCQyJZuBkJiKqlqXEGOf7KA Sm2dLwX1zxpJdMiMbk876vgPozXaBF0MFoP0et2zWaR2iGiHxASVvOob3q1pgayn0hGp o4tNjzMI4KPTwyxg8aIjeEWQaOV0EwkmamkJHIo1kNHGbjKhnAQ/MoxaIo1KjO8nEgxi EgLbDk9n4+qdRImCmyohWjcPWUiIBLTtzfNdJXZ7GjIJrhdql5F3aPlWWQYMzhwn5I2b tfuw== X-Gm-Message-State: ALoCoQlHmgRPRaAQoClwhDTlWGbS5NayeMkLCDg7pieiqhFaAU80q4tAxg2FQhCyqs+M88mI7ZGV X-Received: by 10.68.255.229 with SMTP id at5mr355071pbd.130.1382313620634; Sun, 20 Oct 2013 17:00:20 -0700 (PDT) Received: from [10.0.0.9] (c-50-168-88-247.hsd1.ca.comcast.net. [50.168.88.247]) by mx.google.com with ESMTPSA id go4sm16901321pbb.15.2013.10.20.17.00.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Oct 2013 17:00:19 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Curator namespaces From: Jordan Zimmerman In-Reply-To: Date: Sun, 20 Oct 2013 17:00:18 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@curator.incubator.apache.org X-Mailer: Apple Mail (2.1510) X-Virus-Checked: Checked by ClamAV on apache.org If I understand what you're saying that would be a bug. If you can, = please provide a test case and open an issue in Jira. -Jordan On Oct 20, 2013, at 4:52 PM, Cameron McKenzie = wrote: > Not sure if I'm missing something, but it appears that there is a = difference in functionality between defining a namespace during using = the CuratorFrameworkFactory.builder().namespace("bla") method, and = calling usingNamespace("bla") on an instance of the CuratorFramework = itself. >=20 > Both seem to create nodes correctly in ZooKeeper, but the paths for = the events are inconsistent. If you using the Builder approach, the = paths in the events do not include the namespace. If you use the = CuratorFramework usingNamespace() approach, then the namespaces do = appear in the event path. >=20 > Is this by design? Or just a side effect? > cheers > Cam >=20 >=20