Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-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 2E2C59143 for ; Fri, 18 Nov 2011 22:43:42 +0000 (UTC) Received: (qmail 49159 invoked by uid 500); 18 Nov 2011 22:43:40 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 49128 invoked by uid 500); 18 Nov 2011 22:43:40 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 49120 invoked by uid 99); 18 Nov 2011 22:43:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 22:43:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anthony.ikeda.dev@gmail.com designates 209.85.210.172 as permitted sender) Received: from [209.85.210.172] (HELO mail-iy0-f172.google.com) (209.85.210.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 22:43:32 +0000 Received: by iaeo4 with SMTP id o4so5203970iae.31 for ; Fri, 18 Nov 2011 14:43:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version:x-mailer; bh=LURKFdEzJTyQAFkr1gh2v7t1XtTwsw1q3/pBHCiCQ/U=; b=Dz4nJt0/pMH0jGJ0OoiojbV4qnVJdR4b0Juqf96cGuSpstZgKN4Ki/a8zTSnx9g7yJ K2UvojLJ2LOCXYARTKGLkCJMCqRHX1N7E+5eLIRio4UASB87igtsYXfpXo960ZFpQf5l y6qP9UWSEz6iBJ7zMqBMK+DdbaDkTDFte3T+0= Received: by 10.42.117.193 with SMTP id u1mr4611333icq.24.1321656191779; Fri, 18 Nov 2011 14:43:11 -0800 (PST) Received: from [22.182.42.207] (m870536d0.tmodns.net. [208.54.5.135]) by mx.google.com with ESMTPS id ai7sm4460468igc.0.2011.11.18.14.43.09 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Nov 2011 14:43:10 -0800 (PST) Subject: Local quorum reads From: Anthony Ikeda Content-Type: text/plain; charset=us-ascii Message-Id: <6D6066E9-9DE9-4599-9A10-40104E1CB02C@gmail.com> Date: Fri, 18 Nov 2011 14:23:05 -0800 To: user@cassandra.apache.org Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Mailer: iPhone Mail (9A405) This is the setup: Cassandra 0.8.6 3 nodes Keyspace: NetworkTopologyStrategy, 1DC, RF=3D2 1 node goes down and we cannot read from the ring. My expectation is that LOCAL_QUORUM dictates that it will return a record on= ce a majority (N/2 +1) of replicas reports back. 2/2 + 1 =3D 2 I originally thought N=3D3 for 3 nodes but someone has corrected me on this t= hat it's the replicas (2) but when I use the cli, setConsistencyLevel AS LOC= AL_QUORUM nothing comes back. Set it back to ONE I can see the data Is there somethin I'm missing? Sent from my iPhone=