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 14CD710537 for ; Tue, 11 Jun 2013 20:31:58 +0000 (UTC) Received: (qmail 81311 invoked by uid 500); 11 Jun 2013 20:31:55 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 81271 invoked by uid 500); 11 Jun 2013 20:31:55 -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 81226 invoked by uid 99); 11 Jun 2013 20:31:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 20:31:55 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ted.dunning@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 20:31:50 +0000 Received: by mail-ie0-f180.google.com with SMTP id f4so16416714iea.11 for ; Tue, 11 Jun 2013 13:31:29 -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=zh1qG6jFXlGaHr3CW77EaT7UTaf2ja45pwYYbPmTeGA=; b=Nu+vrCLLTa4XFWhljpbsJkBeh2kYre7aNqPFebYH6LUVgwAJKMIGTpAVGz6rxU9jNc dsQu10isOcMnQBTHivovw/5OAaysW+2K+WMB13NwR5A7qCXLhxtys4ZXyf9uFChPKypD b6C3mrju/cDDVkh96/RDT8HhrMMnvuZn/5yRKKFJu+r5YC5vdod7LcrRDqc5CVTmHtWa cpZsv8ZnajPkZKOgTwtWJt61erPxImPio98vTB8+7VLH0VZqg/+IyoodgvmHBOcKomx8 4ULEiyk6I9FwwdQtlYodVuzJO8KX6PwPjINsvAjhXlDQ7n2GSz6UNOuB56AgEaG1pxnL 6dZw== X-Received: by 10.50.32.70 with SMTP id g6mr1872037igi.2.1370982689232; Tue, 11 Jun 2013 13:31:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.39.201 with HTTP; Tue, 11 Jun 2013 13:30:59 -0700 (PDT) In-Reply-To: <1370954912393-7578740.post@n2.nabble.com> References: <1370954912393-7578740.post@n2.nabble.com> From: Ted Dunning Date: Tue, 11 Jun 2013 22:30:59 +0200 Message-ID: Subject: Re: ZooKeeper survives 4 nodes, dies with 3 To: "user@zookeeper.apache.org" Cc: "zookeeper-user@hadoop.apache.org" Content-Type: multipart/alternative; boundary=047d7b10ca552f704204dee6c8b3 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b10ca552f704204dee6c8b3 Content-Type: text/plain; charset=UTF-8 This sounds like you have a bad configuration for your cluster. On Tue, Jun 11, 2013 at 2:48 PM, NoamBC wrote: > Hi, > > We use ZK 3.3 in production, a quorum of 5 nodes, and found an odd > behaviour > where if we take one node offline, the quorum keeps serving requests, but > if > we take another node offline, it stops working. > > Reading the ZK documentation, it seems it should still work with 3 nodes, > allowing us to lose 2 nodes, but in practice we can only lose 1 node until > we have downtime. > > Is this a bug which was fixed in later versions? > Has anyone seen this happen? > > Thanks, > Noam. > > > > > > -- > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/ZooKeeper-survives-4-nodes-dies-with-3-tp7578740.html > Sent from the zookeeper-user mailing list archive at Nabble.com. > --047d7b10ca552f704204dee6c8b3--