Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 36601 invoked from network); 28 Jun 2010 00:45:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jun 2010 00:45:39 -0000 Received: (qmail 51077 invoked by uid 500); 28 Jun 2010 00:45:38 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 51023 invoked by uid 500); 28 Jun 2010 00:45:38 -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 Received: (qmail 51015 invoked by uid 99); 28 Jun 2010 00:45:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 00:45:38 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ted.dunning@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qw0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 00:45:30 +0000 Received: by qwd7 with SMTP id 7so1098147qwd.35 for ; Sun, 27 Jun 2010 17:44:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=QO+M1iE/aDybrefgLjg01j94yV6nQ5oRCdPwjg13XK0=; b=rVkY/9QGSAQ6nmcH5D26ul2MWoFpbdCFctIFVr9LdlnD6KdkYDu8kIF1s83SRN29gd 8nCpTx/ctFweFFzljO1gYOYJHrUVbbj6vUU47dxu02jaUx9fuF0jMlZEu3JYBzNxwgJw T+J9P105oKhggnOTzzwADbXTri2vZvs5xbzoA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=prUXJck1pVAtnYqaJBglnMYJcoBpGZMddUZJZ65pzaxDdQey2WG/qYxbkXPGfsXl8p 5wCYFJQTFPdkb9/wU2HR64b/LDahGbIJfTo5AMcWKstltlFlPoQl04IVkVJ/ovZL9/PK pzS5/LapVp2HtRPcpwB3HntAi7M1tgAWub7Ns= Received: by 10.224.114.155 with SMTP id e27mr2668200qaq.202.1277685860110; Sun, 27 Jun 2010 17:44:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.20.14 with HTTP; Sun, 27 Jun 2010 17:44:00 -0700 (PDT) In-Reply-To: References: From: Ted Dunning Date: Sun, 27 Jun 2010 17:44:00 -0700 Message-ID: Subject: Re: Receive timed out error while starting zookeeper server To: zookeeper-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=000feaeb3f51d39293048a0c6bd8 X-Virus-Checked: Checked by ClamAV on apache.org --000feaeb3f51d39293048a0c6bd8 Content-Type: text/plain; charset=UTF-8 Are you sure that you understand that there really isn't a good concept of a master and slave in zookeeper (at least not by default)? Are you actually starting servers on all of your machines in your cluster? On Sat, Jun 26, 2010 at 6:53 AM, Peeyush Kumar wrote: > I have a 6 node cluster (5 slaves and 1 master). I am trying to > start the zookeper server on the cluster. when I issue this command: > $ java -cp zookeeper.jar:lib/log4j-1.2.15.jar:conf \ > org.apache.zookeeper.server.quorum.QuorumPeerMain zoo.cfg > I get the following error: > 2010-06-26 18:09:17,468 - INFO [main:QuorumPeerConfig@80] - Reading > configuration from: conf/zoo.cfg > 2010-06-26 18:09:17,483 - INFO [main:QuorumPeerConfig@232] - Defaulting > to > majority quorums > 2010-06-26 18:09:17,545 - INFO [main:QuorumPeerMain@118] - Starting > quorum > peer > 2010-06-26 18:09:17,585 - INFO [QuorumPeer:/0.0.0.0:2179:QuorumPeer@514] > - > LOOKING > 2010-06-26 18:09:17,589 - INFO [QuorumPeer:/0.0.0.0:2179 > :LeaderElection@154] > - Server address: master.cf.net/192.168.1.1:2180 > > 2010-06-26 18:09:17,589 - INFO [QuorumPeer:/0.0.0.0:2179 > :LeaderElection@154] > - Server address: slave01.cf.net/192.168.1.2:2180 > > 2010-06-26 18:09:17,792 - WARN [QuorumPeer:/0.0.0.0:2179 > :LeaderElection@194] > - Ignoring exception while looking for > leader > --000feaeb3f51d39293048a0c6bd8--