Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DBBB69682 for ; Mon, 19 Mar 2012 05:34:44 +0000 (UTC) Received: (qmail 83136 invoked by uid 500); 19 Mar 2012 05:34:44 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 83013 invoked by uid 500); 19 Mar 2012 05:34:43 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 82978 invoked by uid 99); 19 Mar 2012 05:34:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2012 05:34:42 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shralex@gmail.com designates 209.85.161.170 as permitted sender) Received: from [209.85.161.170] (HELO mail-gx0-f170.google.com) (209.85.161.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2012 05:34:37 +0000 Received: by ggmb2 with SMTP id b2so5108596ggm.15 for ; Sun, 18 Mar 2012 22:34:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=8OmXxWpi0LmLkZS3UZkgNIpmKvIp+B0iemwtVRZ6rhk=; b=AWsY4thzvyrJNZHpQDqHtU3Ccga+qYkr7jMpofYIycJw7AzsWTDb68gmyrP4tBDos6 hSeke52YTD5+DeU1jqMAw99am81YQIRFprx07vAGoP7OL7Uyjpc360/PbBNXVDeMaYLU ga5jfGLd6MSLmk1b5KcBOl3mqkUsBr9RZ8zkhslTeyDfBNjrdPTWqpbrvO0uB/atMnbC A5BsTJL3OXcp8C73Ij1q6uI3jwAmZr79NM+HWv00KZ6sShyTIhb4pETqjc9kN8bZnJpK zlzygzq5Fjbp1gzpkdul872/m4fRwWVErt6zh3PqEmspIFwzLOgd4ObfDIjGXpuEZo6a P7UQ== Received: by 10.236.155.6 with SMTP id i6mr10813444yhk.87.1332135256301; Sun, 18 Mar 2012 22:34:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.83.1 with HTTP; Sun, 18 Mar 2012 22:33:56 -0700 (PDT) In-Reply-To: <1332096461074-7383932.post@n2.nabble.com> References: <1332096461074-7383932.post@n2.nabble.com> From: Alexander Shraer Date: Sun, 18 Mar 2012 22:33:56 -0700 Message-ID: Subject: Re: Sequential znode creation and sync To: user@zookeeper.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Luca, The whole tree -- when an update (such as create) returns the local server's tree reflects all the updates scheduled before the create. Alex On Sun, Mar 18, 2012 at 11:47 AM, lgeretti wrote: > Hi all! > > I'm new to ZooKeeper and my following question is probably trivial, but I > could not find clear information about it: what happens in terms of > synchronization when I create a /parent/node with sequential mode? In other > terms, what exactly does the server synchronize with the leader as a result > of such creation? The whole tree? Or only the children of /parent? > > Thanks, > Luca > > -- > View this message in context: http://zookeeper-user.578899.n2.nabble.com/Sequential-znode-creation-and-sync-tp7383932p7383932.html > Sent from the zookeeper-user mailing list archive at Nabble.com.