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 5988D761E for ; Wed, 3 Aug 2011 17:48:19 +0000 (UTC) Received: (qmail 48815 invoked by uid 500); 3 Aug 2011 17:48:16 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 48791 invoked by uid 500); 3 Aug 2011 17:48:16 -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 48783 invoked by uid 99); 3 Aug 2011 17:48:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2011 17:48:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ryan@twitter.com designates 209.85.213.44 as permitted sender) Received: from [209.85.213.44] (HELO mail-yw0-f44.google.com) (209.85.213.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2011 17:48:08 +0000 Received: by ywm21 with SMTP id 21so691583ywm.31 for ; Wed, 03 Aug 2011 10:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=twitter.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Jaeo9UHqVQovWsDG0LJqgoQ32YL+AmbzNDmahtNxb4M=; b=d138KoQ2Neal8AvXNZI5TbS9WbNFnrN22cCtvByKFB4x/ZFym059umeW/3NHhTTAUX wcCgxsFoqkO5PW5ezuc6aUlX3pAlALlmFV2fg1m+sOB0gf0FTvYb8XpVPvGpaKG7dKQM 5rIfz1hkj5Re3F7MlQbALP2Ki2jCQDhijD8ho= Received: by 10.151.9.16 with SMTP id m16mr913166ybi.303.1312393667055; Wed, 03 Aug 2011 10:47:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.7.10 with HTTP; Wed, 3 Aug 2011 10:47:27 -0700 (PDT) In-Reply-To: <1312391380372-6649490.post@n2.nabble.com> References: <428603559.11060.1312322723898.JavaMail.root@mail-1.01.com> <6F5AA3EE-A47B-48CC-8D82-90E35DA1F26F@thelastpickle.com> <345AA311-7007-4D6C-8B29-4A69044CF9E1@thelastpickle.com> <1312391380372-6649490.post@n2.nabble.com> From: Ryan King Date: Wed, 3 Aug 2011 10:47:27 -0700 Message-ID: Subject: Re: Question about eventually consistent in Cassandra To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Aug 3, 2011 at 10:09 AM, mcasandra wrote: > What happens when DC is in different time zone so 9:00 pacific vs 11:00 > Central Nothing. Timestamps have no knowledge of timezones, they're just offsets from an arbitrary point in the past. -ryan