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 72F9E17753 for ; Sun, 15 Feb 2015 20:11:55 +0000 (UTC) Received: (qmail 58793 invoked by uid 500); 15 Feb 2015 20:11:55 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 58743 invoked by uid 500); 15 Feb 2015 20:11:55 -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 58731 invoked by uid 99); 15 Feb 2015 20:11:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2015 20:11:55 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mckenzie.cam@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2015 20:11:30 +0000 Received: by mail-lb0-f180.google.com with SMTP id z12so23732274lbi.11 for ; Sun, 15 Feb 2015 12:10:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2DNebMlSnEWEKZIS95x6H5QsOR/02CinI8+JnNg1J1I=; b=xU4vKN3gU3zb+fEzdYZT/WV5F12KTNdf9QVc0+q/lJfx269HEdG810idU3IIHXHZcz 35P6HIyvrB+duDeaZ9gCSxdB02LzsDFRpi+NHiHRTtzRAPTbYitPJi7+LbCawiKOMSi/ VWhlBCA3bkVQevRoGYdl7R2zP2UcWLvlKkpehHZ+Qd2Ug6IXSB3BWITKA8K3rTeGRDGs 8EEojwsH2iXZGk4dOy7rUfCDsUxDV3r0lkILOO/uXCAzobsy6z+pg05duk3NbwXV+lVd vdg+PkrsLapWzKH7q+0NatldvTG7IXPsq/oCeOiWyN/5p0qT6KuakFNzEccIFB2cB5H2 j38g== MIME-Version: 1.0 X-Received: by 10.152.29.66 with SMTP id i2mr18885053lah.64.1424031043846; Sun, 15 Feb 2015 12:10:43 -0800 (PST) Received: by 10.112.73.101 with HTTP; Sun, 15 Feb 2015 12:10:43 -0800 (PST) In-Reply-To: References: Date: Mon, 16 Feb 2015 07:10:43 +1100 Message-ID: Subject: Re: Curator 3.0? From: Cameron McKenzie To: "dev@curator.apache.org" Content-Type: multipart/alternative; boundary=089e0160bac084876c050f26103a X-Virus-Checked: Checked by ClamAV on apache.org --089e0160bac084876c050f26103a Content-Type: text/plain; charset=UTF-8 I implemented a first cut of the remove watches functionality ( https://issues.apache.org/jira/browse/CURATOR-161), which I was waiting on some feedback for. I haven't updated any of the recipes yet to remove unnecessary watches (or to handle watches being removed from underneath them), as I figured I'd check if everyone was cool with the approach I'd taken first. PR at https://github.com/apache/curator/pull/56 cheers Cam On Sun, Feb 15, 2015 at 5:00 AM, Jordan Zimmerman < jordan@jordanzimmerman.com> wrote: > Hey Gang, > > Where are we with Curator 3.0? We were making some progress a while back > but it seems to have stopped. > > -Jordan > > > --089e0160bac084876c050f26103a--