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 E9ACF413E for ; Wed, 15 Jun 2011 09:21:02 +0000 (UTC) Received: (qmail 81436 invoked by uid 500); 15 Jun 2011 09:21:00 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 81396 invoked by uid 500); 15 Jun 2011 09:21:00 -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 81388 invoked by uid 99); 15 Jun 2011 09:21:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 09:21:00 +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 sylvain@datastax.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, 15 Jun 2011 09:20:53 +0000 Received: by ywp31 with SMTP id 31so168971ywp.31 for ; Wed, 15 Jun 2011 02:20:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.69.164 with SMTP id n24mr440410yhd.321.1308129631930; Wed, 15 Jun 2011 02:20:31 -0700 (PDT) Received: by 10.236.103.50 with HTTP; Wed, 15 Jun 2011 02:20:31 -0700 (PDT) X-Originating-IP: [88.183.33.171] In-Reply-To: <4DF7D397.808@dude.podzone.net> References: <4DF7D397.808@dude.podzone.net> Date: Wed, 15 Jun 2011 11:20:31 +0200 Message-ID: Subject: Re: Where is my data? From: Sylvain Lebresne To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org You can use the thrift call describe_ring(). It will returns a map that associate to each range of the ring who is a replica. Once any range has all it's endpoint unavailable, that range of the data is unavailable. -- Sylvain On Tue, Jun 14, 2011 at 11:33 PM, AJ wrote: > Is there an official deterministic formula to compute the various subsets= of > a given cluster that comprises a complete set of data (redundant rows ok)= ? > =A0IOW, if multiple nodes become unavailable one at a time, at what point= can > I say <100% of my data is available? > > Obviously, the method would have to take into consideration the ring layo= ut > along with the partition type, the # of nodes, replication_factor, > replication strat, etc.. > > Thanks! >