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 33AE9488E for ; Wed, 15 Jun 2011 14:21:37 +0000 (UTC) Received: (qmail 62589 invoked by uid 500); 15 Jun 2011 14:21:34 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 62563 invoked by uid 500); 15 Jun 2011 14:21:34 -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 62555 invoked by uid 99); 15 Jun 2011 14:21:34 -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 14:21:34 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [204.13.248.66] (HELO mho-01-ewr.mailhop.org) (204.13.248.66) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 14:21:25 +0000 Received: from 67-6-236-30.hlrn.qwest.net ([67.6.236.30] helo=[192.168.0.2]) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72) (envelope-from ) id 1QWqxs-000PLI-H3 for user@cassandra.apache.org; Wed, 15 Jun 2011 14:21:04 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 67.6.236.30 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/R71npHUMja5JyWHxDVpu03hrbeFKWh3c= Message-ID: <4DF8BFCA.2060104@dude.podzone.net> Date: Wed, 15 Jun 2011 08:20:58 -0600 From: AJ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: Where is my data? References: <4DF7D397.808@dude.podzone.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks On 6/15/2011 3:20 AM, Sylvain Lebresne wrote: > 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 >