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 219D31024C for ; Wed, 20 Nov 2013 15:33:06 +0000 (UTC) Received: (qmail 17771 invoked by uid 500); 20 Nov 2013 15:33:05 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 17712 invoked by uid 500); 20 Nov 2013 15:33:04 -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 17696 invoked by uid 500); 20 Nov 2013 15:33:03 -0000 Delivered-To: apmail-hadoop-zookeeper-user@hadoop.apache.org Received: (qmail 17690 invoked by uid 99); 20 Nov 2013 15:33:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 15:33:01 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=FORGED_YAHOO_RCVD,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 15:32:56 +0000 Received: from jim.nabble.com ([192.168.236.80]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Vj9lb-00064A-BR for zookeeper-user@hadoop.apache.org; Wed, 20 Nov 2013 07:32:35 -0800 Date: Wed, 20 Nov 2013 07:32:35 -0800 (PST) From: "michael.boom" To: zookeeper-user@hadoop.apache.org Message-ID: <1384961554455-7579343.post@n2.nabble.com> In-Reply-To: References: <1384855941969-7579325.post@n2.nabble.com> <1384940766431-7579334.post@n2.nabble.com> <1384953890357-7579336.post@n2.nabble.com> <1384957072068-7579338.post@n2.nabble.com> <1384960057737-7579340.post@n2.nabble.com> Subject: Re: From standalone ZK instance to 3 instances MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hmm, I think you were right. Thank you! I changed the conf from hostnames to IPs, and now it looks better. However, when i connect with zkCli i get from both instances the message: WATCHER:: WatchedEvent state:SyncConnected type:None path:null [zk: localhost:9983(CONNECTED) 0] Shouldn't one of them had become LEADER ? Or, am i looking in the wrong place? Also, to be noted that the second ZK has replicated the state from the first. -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/From-standalone-ZK-instance-to-3-instances-tp7579325p7579343.html Sent from the zookeeper-user mailing list archive at Nabble.com.