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 4E47B857A for ; Tue, 30 Aug 2011 13:58:09 +0000 (UTC) Received: (qmail 33743 invoked by uid 500); 30 Aug 2011 13:58:07 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 33672 invoked by uid 500); 30 Aug 2011 13:58:06 -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 33664 invoked by uid 99); 30 Aug 2011 13:58:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 13:58:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jiangc@gmail.com designates 209.85.220.172 as permitted sender) Received: from [209.85.220.172] (HELO mail-vx0-f172.google.com) (209.85.220.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 13:57:59 +0000 Received: by vxi29 with SMTP id 29so6461700vxi.31 for ; Tue, 30 Aug 2011 06:57:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WmMCtSqV8Py1eY8WAEA3bFqbQ719ex6fvOg0EIAsres=; b=ucnN+31250kVo7hmC4vLBTbeXpch+KdQBP7yYyFCrHBLfRY2ixCNav1f6BR5XZlfCb gVJwdkWXW4WIIq7M3dqj0C/2Om55NwxGl5zK12pn9X4bdsqA0gixfLQ3dOZqCqlkDrWN qL6wdtJPNVzhSmsOp5ZV+mT9L/w9vSH3Ljek0= MIME-Version: 1.0 Received: by 10.52.19.129 with SMTP id f1mr1424076vde.128.1314712658936; Tue, 30 Aug 2011 06:57:38 -0700 (PDT) Received: by 10.52.115.228 with HTTP; Tue, 30 Aug 2011 06:57:38 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Aug 2011 09:57:38 -0400 Message-ID: Subject: Re: Updates lost From: Jiang Chen To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org It's a single node. Thanks for the theory. I suspect part of it may still be right. Will dig more. On Tue, Aug 30, 2011 at 9:50 AM, Peter Schuller wrote: >> The problem still happens with very high probability even when it >> pauses for 5 milliseconds at every loop. If Pycassa uses microseconds >> it can't be the cause. Also I have the same problem with a Java client >> using Pelops. > > You connect to localhost, but is that a single node or part of a > cluster with RF > 1? If the latter, you need to use QUORUM consistency > level to ensure that a read sees your write. > > If it's a single node and not a pycassa / client issue, I don't know off hand. > > -- > / Peter Schuller (@scode on twitter) >