Return-Path: Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: (qmail 33370 invoked from network); 16 Mar 2011 14:23:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Mar 2011 14:23:43 -0000 Received: (qmail 79714 invoked by uid 500); 16 Mar 2011 14:23:42 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 79681 invoked by uid 500); 16 Mar 2011 14:23:42 -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 79673 invoked by uid 99); 16 Mar 2011 14:23:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2011 14:23:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ruj.sabya@gmail.com designates 209.85.210.170 as permitted sender) Received: from [209.85.210.170] (HELO mail-iy0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2011 14:23:36 +0000 Received: by iyb12 with SMTP id 12so2121893iyb.15 for ; Wed, 16 Mar 2011 07:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=aQg2vTMpLsnci8um7kJtGqv3l4F/mYV59GigoDx4uMA=; b=JaJeUyQCLUYZM4TWbw7dmltXWlezgHURuQDANFq42LBSBi0BGDa+6x+avSeJ1Gw2Ve kHJEFUd8yH23CFyDSqLAzNVUfdQAJE3s3qcG34DVZYqBCfgcSeBCOqWHOHswBQqaoiYc 4OTeXL7X9yHvZeYZ1WO3ClGXGsYjgsnAinCvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=tUgzzXHMSseTAIzK9GBV7R+SICeovamcpimL3ys3AH6XP/bXM1YbB89PV1J+DavoqE 608X7TS0DOKO8inXck5tfQ7gA47QHfAXmfkHFwB2w7npqZjSscfHmbsi2JEYMnYNMq2/ yp3At7dvyUiUTlDN4J345KL8kcB6GrWPPGiNo= Received: by 10.42.117.194 with SMTP id u2mr19150icq.465.1300285396107; Wed, 16 Mar 2011 07:23:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.154.69 with HTTP; Wed, 16 Mar 2011 07:22:56 -0700 (PDT) In-Reply-To: References: From: Sabyasachi Ruj Date: Wed, 16 Mar 2011 19:52:56 +0530 Message-ID: Subject: Re: Task/Job distribution using ZooKeeper To: user@zookeeper.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Corrections in the previous mail: 1) > I am worried about if the consumer will always see events in 'start/' > and 'stop/' as they are applied by the leader. This should be: I am worried about if the consumer will always see the events in the same sequence as the are applied by the leader. 2) > For example, consider that leader executes this sequence: > =A0 =A0 =A0 =A0create /start/j2 > =A0 =A0 =A0 =A0delete /stop/j2 > This should be: For example, consider that leader executes this sequence: =A0 =A0 =A0 =A0create /start/j2 =A0 =A0 =A0 =A0create /stop/j2