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 5F36011BEC for ; Wed, 24 Sep 2014 09:01:52 +0000 (UTC) Received: (qmail 58066 invoked by uid 500); 24 Sep 2014 09:01:51 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 58022 invoked by uid 500); 24 Sep 2014 09:01:51 -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 58009 invoked by uid 99); 24 Sep 2014 09:01:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 09:01:51 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FORGED_YAHOO_RCVD,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fpjunqueira@yahoo.com designates 216.109.115.76 as permitted sender) Received: from [216.109.115.76] (HELO nm45-vm5.bullet.mail.bf1.yahoo.com) (216.109.115.76) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 09:01:44 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com; b=tSPWnUjokUS8To38El8LKI0SRJtCumQ01R9nLXG/jKP8HD2m8RYCNIBSf0cXDmt9njBl7/UhDzhvZB/XHfCwWlKJ+0iy0ib6JO88m19iqcDRwnjdQForYIkhUTTozkrEFL3rBiiT/Gc+tno/pjtInxABSgzu/t2sQiPLWn68jw9rKX9S2i/rUkIfQzFbpNgGOHVy8HUUQfrZ36rWbqFzKnjmUMnZXTI7AnLF2iLbdzXFWahl7cY933ziS47C0mJEYYFjGpAiGh67snSzyo1r+Jl+Y4BZ+s+kux9nLZMWxVyrmUyRGsig7MWtCTtoIyTyrYIE1rn7LEKmTEaIaubMow==; Received: from [66.196.81.174] by nm45.bullet.mail.bf1.yahoo.com with NNFMP; 24 Sep 2014 09:01:22 -0000 Received: from [98.139.213.12] by tm20.bullet.mail.bf1.yahoo.com with NNFMP; 24 Sep 2014 09:01:22 -0000 Received: from [127.0.0.1] by smtp112.mail.bf1.yahoo.com with NNFMP; 24 Sep 2014 09:01:22 -0000 X-Yahoo-Newman-Id: 756892.78976.bm@smtp112.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: AQQOShoVM1l4Yp8O4kgCc9KPdTFikcS9wl312UEstNY2w0e p3thaeDeRf.CBQwlf5RJuWhlxFkyE68HXJVsjTPk2jDIwtZerHLOP02zXjT3 wQs6qtdEux.GoXQwj8Y6akEWud.vpBnhxK026oDxnz4DjnLAVNp3kCZJ5j7x nzrWcnWiWmNTD.n5y2iyT05s0cq_8Ztr3M1_s2GcSBXvvWLfGZ_cMS12ukV_ JmW_xhcXO6J4ZxCsDHNoFUXf5cuQWV2BJLLgCbDnLUDpFVu7kk8CRvC0HRAQ .bkhnY3T1hfkxjdLu8E0R55tRBxR97UAiCrQNgmBIZUS29DBuCTQiPjNnwKB 6HNPqWu460grDA0m4ULKtRDi1qxI0ghow3AYU4WkJN7cLl5teK3LSUAZFTOU 3g5WGSGTBWL_ki_iH21hPLPyZfV6OHMFNV3ajxxjomhDqEEFu6h._FKIjPmX v3P_bzkv7U3ROW1MtajxqCHPg8kNfvmRdvKHO25J0HxZ2lFqML5yzATYrEoP SqbV3KJ.EpOPTn7jddvrOcg-- X-Yahoo-SMTP: HT5UJDeswBACWJPOeualxAa.da..S.fl Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Automatic Restart Zookeeper node From: Flavio Junqueira In-Reply-To: Date: Wed, 24 Sep 2014 09:18:32 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@zookeeper.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org I don't have experience with the Exhibitor interface, perhaps you should = ask the developers. -Flavio On 24 Sep 2014, at 05:59, Check Peck wrote: > We have a three node zookeeper cluster and we are also using Exhibitor = on > top of each zookeeper node. >=20 > Suppose if any of the zookeeper node goes down or having any errors or > issues then is there any way that it can be restarted? >=20 > I noticed on Exhibitor UI of my zookeeper nodes there is a button for > *Automatic > Instance Restarts* >=20 > Does anyone know what does it do? Right now it is in off state.