Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C22FEA37 for ; Thu, 27 Dec 2012 17:47:44 +0000 (UTC) Received: (qmail 67526 invoked by uid 500); 27 Dec 2012 17:47:43 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 67454 invoked by uid 500); 27 Dec 2012 17:47:43 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 67443 invoked by uid 99); 27 Dec 2012 17:47:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 17:47:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of povel.y@gmail.com designates 209.85.220.52 as permitted sender) Received: from [209.85.220.52] (HELO mail-pa0-f52.google.com) (209.85.220.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 17:47:35 +0000 Received: by mail-pa0-f52.google.com with SMTP id fb1so5578878pad.25 for ; Thu, 27 Dec 2012 09:47:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:message-id:in-reply-to:references:subject :x-mailer:mime-version:content-type; bh=lKwlbx7bKXztnPFg+0NSYOEY2oLtB9NxZl4S7z+d5wE=; b=epgd+FDGNemKvpDfLwkTqLbDS60CS9OnFyZd1J+fqiF4hmMBwDpM4n7sxiOiYovgb+ Eq4PBBD/d2CGHOuClRjspeL5MqljvtqtFR8ChtYj3iELSDWUoXjxXqYjRPflqwf4fsUu 2mzNdA6HmyQqekXEwIFED/n57AhgfVbs8DGfz+VOw0XyQ9kpew/V3iIVDvCjcVzA2RKa zrp78cFb6thxKymyB1Nb9vSDbotFoVrj80+CtZ38kLNmvCx7slRxAADhtiN8BU8p/2fM 2XONCa0MYCIZWFq/lFCBbB2FeKndin/BReXrRXmKkJBkV0rRJS8RWhQcSQvsNoh1tdkg E4Vg== X-Received: by 10.68.209.230 with SMTP id mp6mr96289395pbc.8.1356630434403; Thu, 27 Dec 2012 09:47:14 -0800 (PST) Received: from [172.25.130.125] ([8.25.197.25]) by mx.google.com with ESMTPS id oj1sm18145912pbb.19.2012.12.27.09.47.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 27 Dec 2012 09:47:12 -0800 (PST) Date: Thu, 27 Dec 2012 09:47:09 -0800 From: Pavel Yaskevich To: dev@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: Re: A quick newbie disaster question: Where do I find cfIDs? X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="50dc899d_57fc4fbb_278" X-Virus-Checked: Checked by ClamAV on apache.org --50dc899d_57fc4fbb_278 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Michal, =20 Those ids are stored in system.schema=5Fcolumnfamilies as part of each= column family metadata. Have you tried deleting SSTable files from I have this problem (like here > http://www.datastax.com/support-forums/topic/cassandra-does-not-startup= ) > with duplicated cfIDs in the infromation schema, my whole cluster is > currently down. > I am trying to figure out where those cfIDs stored. > I've manage to hack sstable2json not to throw same exception about > duplicates but cannot find specific C=46ID which is duplicated. > I am looking at schema=5Fcolumnfamilies and schema=5Fkeyspaces and its = not > there... > =20 > Any ideas would be appreciated... =20 --50dc899d_57fc4fbb_278--