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 A93FB96C3 for ; Thu, 5 Jan 2012 08:55:57 +0000 (UTC) Received: (qmail 29384 invoked by uid 500); 5 Jan 2012 08:55:56 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 28685 invoked by uid 500); 5 Jan 2012 08:55:41 -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 28676 invoked by uid 99); 5 Jan 2012 08:55:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 08:55:37 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jzimmerman@netflix.com designates 69.53.237.162 as permitted sender) Received: from [69.53.237.162] (HELO exout101.netflix.com) (69.53.237.162) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 08:55:28 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=s1024;d=netflix.com; h=from:to:subject:date:message-id:in-reply-to:content-type:mime-version; bh=PMH3RF0/vWm1vVQfcANX/ogUHkM=; b=MjWVl9lkBVIHNg3B7jz8mQ5dg4Wc0HuD3vRcr0Li1CauNzRWKVxmoAUF1lW1S91W/0JcJ8oe a9cA29q3I8h0jMS2OjgePArhmbvede8QTiCr5bq4mPCv7NDwr6RiR6gT1HLC/YL+t6iy853n Nvh5BXKp5kwwlC82Hhdq76X76iQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024;d=netflix.com; h=from:to:subject:date:message-id:in-reply-to:content-type:mime-version; b=mlaNBmfZ18MZYAvQBgcsxyrLwAxKdvGL1Ee+SxdutmmCGL/ip1EGLLnuNceBiD6fEUYU3rqI PBwLHLWBGOsxrEOYeBgcCsWYKYQt4AZrMvTn/lGqyXpLkYxSpXV8EEFkeRSdPmJBM8WIQ+Q0 9Taa9bvC0ovhY+lSuTo0ZG6Qxo4= Received: from EXFE102.corp.netflix.com (10.64.32.162) by exout101.netflix.com (10.64.240.73) with Microsoft SMTP Server (TLS) id 8.3.192.1; Thu, 5 Jan 2012 00:55:05 -0800 Received: from EXMB107.corp.netflix.com ([169.254.7.30]) by exfe102.corp.netflix.com ([10.64.32.162]) with mapi id 14.01.0323.003; Thu, 5 Jan 2012 00:55:06 -0800 From: Jordan Zimmerman To: "user@zookeeper.apache.org" Subject: Re: Use cases for ZooKeeper Thread-Topic: Use cases for ZooKeeper Thread-Index: AQHMy1/6Z+uhdwXXnkSigtVgC/bZeJX9VAhAgACci4D//3vNAIAAkTyA//97EgA= Date: Thu, 5 Jan 2012 08:55:05 +0000 Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.10.0.110310 x-originating-ip: [10.64.32.82] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Care to work on it? On 1/5/12 12:50 AM, "Ted Dunning" wrote: >This pattern would make a nice addition to Curator, actually. It comes up >repeatedly in different contexts.