Return-Path: X-Original-To: apmail-curator-user-archive@minotaur.apache.org Delivered-To: apmail-curator-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A5A610573 for ; Wed, 5 Feb 2014 07:29:45 +0000 (UTC) Received: (qmail 65481 invoked by uid 500); 5 Feb 2014 07:29:44 -0000 Delivered-To: apmail-curator-user-archive@curator.apache.org Received: (qmail 65364 invoked by uid 500); 5 Feb 2014 07:29:34 -0000 Mailing-List: contact user-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@curator.apache.org Delivered-To: mailing list user@curator.apache.org Received: (qmail 65346 invoked by uid 99); 5 Feb 2014 07:29:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 07:29:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of comptechgeeky@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-we0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 07:29:25 +0000 Received: by mail-we0-f178.google.com with SMTP id q59so7258wes.37 for ; Tue, 04 Feb 2014 23:29:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=pCKtV3SlP0ZhDKMN7CS7mhlBoaqynR4WFanE54F+hxs=; b=d8y0VOLMZH/b3HomsWAo0u22jS5oIiLdCVPM0rMFHtq2Nyytx/PBs05Z8RY1gwyvvx CX9mQN8tDRRdLbE4R+p9XAjuFM74LqwLx8mEsVCWEJ5Eymrm+hnlOu2DbbwNaJj2D+gU a95OxS8UnVvAydx2y+zyp+iDVT1yjvgwNTjrwcs5jFvS8JL+DUWmSlBitqQIWX6WdEz3 VGaOJ64aP46SF5BIfJYYRUmoXuXrYyrz9m4OrGjdi3Lk31kuKwBhmN5PNrKls31tQQDN mr2vfNkdRlXpM0ZwgTaDHpompQLeajMQ4BzcksnSC4HfskcwlQQ9S+5XIVe7g/Y23o0B f3hA== X-Received: by 10.180.187.16 with SMTP id fo16mr15649263wic.26.1391585345086; Tue, 04 Feb 2014 23:29:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.35.35 with HTTP; Tue, 4 Feb 2014 23:28:43 -0800 (PST) From: Check Peck Date: Tue, 4 Feb 2014 23:28:43 -0800 Message-ID: Subject: Master and Slave feature using CURATOR? To: user , user Content-Type: multipart/alternative; boundary=001a11c266c42b29e604f1a3b603 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c266c42b29e604f1a3b603 Content-Type: text/plain; charset=ISO-8859-1 I have a three node Zookeeper cluster. Let' say three nodes for Zookeeper are - NodeA NodeB NodeC And all these three zookeeper nodes are in same DATACENTER. Now I have couple more machines, let's say I have 6 more machines which are my APP SERVERS and all these six machines will be connecting to above three node Zookeeper cluster. Now is there any way, I can have MASTER, SLAVE feature in my six APP SERVERS. I want only one to be MASTER out of six app servers and that master only should perform actions always. Is this possible to do it using curator? --001a11c266c42b29e604f1a3b603 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I have a three node Zookeeper cluster. Let' say three = nodes for Zookeeper are -

=A0=A0=A0 NodeA
=A0=A0=A0 NodeB
=A0= =A0=A0 NodeC
=A0=A0=A0
And all these three zookeeper nodes are in sa= me DATACENTER. Now I have couple more machines, let's say I have 6 more= machines which are my APP SERVERS and all these six machines will be conne= cting to above three node Zookeeper cluster.

Now is there any way, I can have MASTER, SLAVE feature in my six APP SE= RVERS. I want only one to be MASTER out of six app servers and that master = only should perform actions always.

Is this possible to do it using = curator?
--001a11c266c42b29e604f1a3b603--