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 7979117B3C for ; Tue, 19 May 2015 23:19:07 +0000 (UTC) Received: (qmail 22144 invoked by uid 500); 19 May 2015 23:19:07 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 22098 invoked by uid 500); 19 May 2015 23:19:07 -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 22086 invoked by uid 99); 19 May 2015 23:19:07 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2015 23:19:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B31F2C11BA for ; Tue, 19 May 2015 23:19:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.001 X-Spam-Level: **** X-Spam-Status: No, score=4.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id sSMdXW5k9C2A for ; Tue, 19 May 2015 23:18:56 +0000 (UTC) Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 7B3AE20B92 for ; Tue, 19 May 2015 23:18:56 +0000 (UTC) Received: by pdfh10 with SMTP id h10so44405561pdf.3 for ; Tue, 19 May 2015 16:18:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type; bh=N8F37mGXRpQzabHQxGjIIVzqYfB0M/QYOfaiKNTh5HY=; b=PIAzOuhJrnHFFDn+xg0soVvdA1ej7fQGf9ECgjot9xjYPMwYpVnTmYSVX1NVMViOnQ Eyft4RMvhdoVRfFpDd23AcIOjU0Oyy1/ve1YUJq1SHGqHIzWNQ5v1YP6jlzFYzEOR2c/ A792+J5fWAmJC0G41gWztvohli0EdgxFpDUPjL5Hpw1V+R9i0SYmDlw0KGv2dSWlhAf5 Dm55X+2P05YCKgrB+o8jCaPwcHvQihUIGd4YUYeysVQmG/X9sgVbrBiby+bN3F3J4lDV QMACdRqnOMfxOWZgj6ePJpteRotYi3UqzE/5apxJbf4ENStawRNR5saIXX5uIY226LK+ wpzQ== X-Gm-Message-State: ALoCoQkfgCy6nkFamRWKdnr/GKEMTE4v6zotB1lf4hK/4vAkaWEUPQpjzr1T4Gl2LaZVhP7O6ZCH X-Received: by 10.66.161.102 with SMTP id xr6mr58894764pab.8.1432077536259; Tue, 19 May 2015 16:18:56 -0700 (PDT) Received: from jordans-mbp-2.bluejeansnet.com (BLUE-JEANS.bar1.SanFrancisco1.Level3.net. [4.15.75.6]) by mx.google.com with ESMTPSA id nm9sm3185316pdb.26.2015.05.19.16.18.55 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 May 2015 16:18:55 -0700 (PDT) Date: Tue, 19 May 2015 16:18:54 -0700 From: Jordan Zimmerman To: Cameron McKenzie Cc: "=?utf-8?Q?dev=40curator.apache.org?=" Message-ID: In-Reply-To: References: Subject: Re: CURATOR-161 X-Mailer: Airmail (286) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="555bc4de_79e2a9e3_3e9" --555bc4de_79e2a9e3_3e9 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Damn - I used the wrong base. I=E2=80=99m going to re-create it. On May 19, 2015 at 4:18:36 PM, Cameron McKenzie (mckenzie.cam=40gmail.com= ) wrote: Thanks Jordan, Will have a look at the PR. cheers On Wed, May 20, 2015 at 9:17 AM, Jordan Zimmerman wrote: I=E2=80=99ll have a look. Also, I already started on integrating watcher = removal as I have strong ideas on it. Here=E2=80=99s the current PR:=C2=A0= https://github.com/apache/curator/pull/80 -JZ On May 19, 2015 at 4:06:03 PM, Cameron McKenzie (cammckenzie=40apache.org= ) wrote: Guys, If anyone's got a spare few minutes could they please review the final changes to CURATOR-161. If we're happy with the implementation then I'll merge into the 3.0 branch and then start work on getting the recipes to u= se the watcher removal stuff. cheers Cam --555bc4de_79e2a9e3_3e9--