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 84E6718C0F for ; Sat, 26 Sep 2015 20:51:57 +0000 (UTC) Received: (qmail 32250 invoked by uid 500); 26 Sep 2015 20:51:56 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 32199 invoked by uid 500); 26 Sep 2015 20:51:56 -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 32177 invoked by uid 99); 26 Sep 2015 20:51:56 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Sep 2015 20:51:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 793901A1199; Sat, 26 Sep 2015 20:51:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id sPr15qBelfdk; Sat, 26 Sep 2015 20:51:50 +0000 (UTC) Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 9B7EF42BEB; Sat, 26 Sep 2015 20:51:50 +0000 (UTC) Received: by oibi136 with SMTP id i136so74143343oib.3; Sat, 26 Sep 2015 13:51:44 -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 :cc:content-type; bh=eiKyUP+iYnbRLUug5lKL1Tni1cl97Br1lUXbOBPvME0=; b=aonZBYoqzrstyFuKyxWUAnIPlyA1hDZ6FoOa6PxJx8mr/MMq9oIgavl4A0T9GBg1gq XrHBNLy+6WY3jLKLAs7wViZS3qJER162pWdKZQzmoo9kgNNoSTtSRThdpQMZwL2IN11a NgAnl8yqbZfvo3eS8VCS44ZOWt68cJK0+vGz4wL3myHra0N7Klk4g4frgljz665k6+0g 4v9bZPsgvtjamuB69kTANighBGC7zLdKbiz+7OtbtjsM4P5Par/Nq/KqAcye70k/yM6U 8Sp1xVmnvIps7wUdvSrTYMJwRqYOxAded7TZ0XV/wWV3tgjV6vfmP3kDYvRUNwy330mF 21XQ== X-Received: by 10.202.171.216 with SMTP id u207mr6277984oie.107.1443300704131; Sat, 26 Sep 2015 13:51:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.210.129 with HTTP; Sat, 26 Sep 2015 13:51:24 -0700 (PDT) In-Reply-To: References: From: Alexander Shraer Date: Sat, 26 Sep 2015 13:51:24 -0700 Message-ID: Subject: Re: GM protocol To: "dev@zookeeper.apache.org" Cc: "user@zookeeper.apache.org" Content-Type: multipart/alternative; boundary=001a113cecb8c620570520aca10a --001a113cecb8c620570520aca10a Content-Type: text/plain; charset=UTF-8 Hi, yes, you can find more details here: zookeeper.apache.org/doc/trunk/zookeeperReconfig.html Alex On Sat, Sep 26, 2015 at 1:20 AM, Ibrahim El-sanosi (PGR) < i.s.el-sanosi@newcastle.ac.uk> wrote: > Hi folks, > > > How ZooKeeper broadcast protocol (Zab) manage joining/leaving servers, is > there separate GM protocol or Zab does manage such task? > > My answer would be Zab itself manages joining/leaving servers there are > Leader and LearnerHandler classes with package > org.apache.zookeeper.server.quorum, do such job, is that correct? > > Regards, > > Ibrahim > --001a113cecb8c620570520aca10a--