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 922A21833C for ; Wed, 16 Sep 2015 18:45:57 +0000 (UTC) Received: (qmail 54201 invoked by uid 500); 16 Sep 2015 18:45:57 -0000 Delivered-To: apmail-curator-user-archive@curator.apache.org Received: (qmail 54155 invoked by uid 500); 16 Sep 2015 18:45:57 -0000 Mailing-List: contact user-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@curator.apache.org Delivered-To: mailing list user@curator.apache.org Received: (qmail 54145 invoked by uid 99); 16 Sep 2015 18:45:57 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Sep 2015 18:45:57 +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 02259C0637 for ; Wed, 16 Sep 2015 18:45:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.999 X-Spam-Level: *** X-Spam-Status: No, score=3.999 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H2=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 4-LT-m7GsL8Z for ; Wed, 16 Sep 2015 18:45:56 +0000 (UTC) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id DE3A244569 for ; Wed, 16 Sep 2015 18:45:55 +0000 (UTC) Received: by padhy16 with SMTP id hy16so216472975pad.1 for ; Wed, 16 Sep 2015 11:45:49 -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=4iofdZ9CXjEH1Og0nNWJ6urY/Ych+NfrSDdB9zE3TcY=; b=Ssfo8+RhIaAow+0LXx4xjeLLrw0bi80g9ODJMthbOTAQ25s2HGLkDnxqKnJJGf1Y6j ssTsl3MCWCr/i9lu4sL/pgui7MgFTeqfTC0T33cZesGr0ws/+iiNJDd5IVGONnG4B7Rt aK/Wk6ZQKE+eUDjxn6idAAU0ok7MrUma86xYl9BYSPIHdFaiUUmmjfxrCePJLfMCgWhB fcyt73CInMTpNk1Y4DRFaUAWojUR8St+BHGTRdxJkBS2D1WfQZNarJoDAmSm1eILfbN+ hTchHHMZf4uJtnO7IPYnbCq7/hyecJDMo7Zu2vwnZwUcB5zn8NB72l8XNY+jp/ZLrVCB GycA== X-Gm-Message-State: ALoCoQmzg0Kr6v/82Z/vJw8ZZSJ99vRsuMKx1q5rCT43zz4rnymHreHH7dlbE/RSA0NVkObwwDUq X-Received: by 10.68.100.226 with SMTP id fb2mr63227207pbb.92.1442429149486; Wed, 16 Sep 2015 11:45:49 -0700 (PDT) Received: from Jordans-MacBook-Pro.local ([190.140.148.131]) by smtp.gmail.com with ESMTPSA id dh1sm29166386pbd.49.2015.09.16.11.45.48 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Sep 2015 11:45:48 -0700 (PDT) Date: Wed, 16 Sep 2015 13:45:47 -0500 From: Jordan Zimmerman To: Scott Blum Cc: Vikrant Singh , user@curator.apache.org Message-ID: In-Reply-To: References: Subject: Re: tree cache load time X-Mailer: Airmail (303) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="55f9b8db_6b633614_15e" --55f9b8db_6b633614_15e Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Curator is just a wrapper around the ZooKeeper native client. So, it reli= es on its algorithm. But, we might be able to write our own pipeline. I=E2= =80=99ll have to think about how that would work though. In any event, ZK= writes are always ordered so there=E2=80=99s no way to not have them be = serialized unless you use multiple sessions (which would be an option I g= uess). -JZ On September 16, 2015 at 1:41:54 PM, Scott Blum (dragonsinth=40gmail.com)= wrote: I can't think of any reason Curator's async operations shouldn't work thi= s way. --55f9b8db_6b633614_15e Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline