Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@locus.apache.org Received: (qmail 26149 invoked from network); 6 Jan 2009 17:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2009 17:25:07 -0000 Received: (qmail 41707 invoked by uid 500); 6 Jan 2009 17:25:07 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 41697 invoked by uid 500); 6 Jan 2009 17:25:07 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Delivered-To: moderator for zookeeper-user@hadoop.apache.org Received: (qmail 28386 invoked by uid 99); 6 Jan 2009 09:00:52 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 317967.88462.bm@omp110.mail.gq1.yahoo.com DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=PIUD14Y0PgbkgIiG6LeHyfKi/NN1Zd6NLDZUuBT2AGSs/52WWmQzgd7ABcajgCoD9caQ1hyaHKn3whxB1QwPcVB3gUfcq45IM6AfbTnY/rOTIG5BIshyxuEKZOBUAuLWtGpgm4pFr6MU8DojYt7vwdmNvWh2OZlYiNiz4GwrMr4=; X-YMail-OSG: 2cpwdQgVM1kTQCc43hMRLYoWJd__aAPEdMgyj4MybLuym4u2CjlItoPBconmI4ECdZ2OBc0yZ8l8S4PRTvTSU_2s1FVPZmwACS9RcMsiSpxtyj_ksXkTWyuaC5AaCxXKhVG_EP.zeozpAPcJxEg.42BqtDYZ X-Mailer: YahooMailWebService/0.7.260.1 Date: Tue, 6 Jan 2009 01:00:21 -0800 (PST) From: Nuthan Ashkore Reply-To: nuthanashkore@yahoo.com Subject: group messaging, empheral nodes on zookeeper To: zookeeper-user@hadoop.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1520375362-1231232421=:36409" Message-ID: <797838.36409.qm@web111011.mail.gq1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-1520375362-1231232421=:36409 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I've 2 separate questions regarding zookeeper: 1. Group Messaging: Is it possible to do group messaging with zookeeper 3.0.1 ? If not, are there any plans to add group messaging (say w/ casual ordering = or even better total ordering) to future releases ?=20 What would be the best approach if I need to do group messaging using zooke= eper right now, should I use a separate group messaging or messaging broker= service ? 2. What happens to Empheral Nodes when a zookeeper server (not client) dies= or is separated from the group ? Supposing there are 5 zookeeper servers: server_1, ..., server_5 And a client c_1 connects to server_1 and creates an empheral node /nd_1 2a: What happens if server_1 dies/crashes (and c_1 is disconnected from ser= ver_1) ? =A0=A0=A0 Is /nd_1 automatically deleted ? 2b: What happens if server_1 is disconnected from the rest of the group (se= rver_2 to =A0=A0=A0 server_5, but client c_1 still remains connected to server_1 ? =A0=A0=A0 Is /nd_1 automatically deleted ? =A0=A0=A0 What happens if server_1 regions the rest of the group ? =A0=A0=A0 what happens to /nd_1 then ? Thanks. =0A=0A=0A --0-1520375362-1231232421=:36409--