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 928E1E4DC for ; Sun, 10 Mar 2013 18:17:04 +0000 (UTC) Received: (qmail 99591 invoked by uid 500); 10 Mar 2013 18:17:02 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 99564 invoked by uid 500); 10 Mar 2013 18:17:02 -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 99556 invoked by uid 99); 10 Mar 2013 18:17:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Mar 2013 18:17:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andre.cruz@co.sapo.pt designates 212.55.140.19 as permitted sender) Received: from [212.55.140.19] (HELO sl.pt) (212.55.140.19) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Mar 2013 18:16:55 +0000 Received: (qmail 25003 invoked from network); 10 Mar 2013 18:16:32 -0000 X-AntiVirus: PTMail-AV 0.3-0.95.1 X-Scan-Status: AV clean (0.02255 seconds); Received: from unknown (HELO [92.250.6.193]) (andre.cruz@co.sapo.pt@[92.250.6.193]) (envelope-sender ) by mail-sl-pt01 (qmail-ldap-1.03) with AES128-SHA encrypted SMTP for ; 10 Mar 2013 18:16:32 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Quorum read after quorum write guarantee References: <4499BDDF-C266-4E9F-82E2-B70AFEC37CB5@co.sapo.pt> From: =?utf-8?Q?Andr=C3=A9_Cruz?= In-Reply-To: Message-Id: <66828F49-40D8-4DB7-ACDB-D485EF71917C@co.sapo.pt> Date: Sun, 10 Mar 2013 18:16:14 +0000 To: "" Mime-Version: 1.0 (1.0) X-Mailer: iPhone Mail (10B146) X-Virus-Checked: Checked by ClamAV on apache.org On 10/03/2013, at 16:49, Chuan-Heng Hsiao wrote:= > However, my guess is that cassandra only guarantee that > if you successfully write and you successfully read, then quorum will > give you the latest data. That's what I thought, but that's not what I'm seeing all the time. I have n= o errors reading or writing. Andr=C3=A9=