Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 54705 invoked from network); 5 Aug 2009 00:10:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Aug 2009 00:10:34 -0000 Received: (qmail 33722 invoked by uid 500); 5 Aug 2009 00:10:39 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 33702 invoked by uid 500); 5 Aug 2009 00:10:39 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 33692 invoked by uid 99); 5 Aug 2009 00:10:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 00:10:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 00:10:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D469429A0016 for ; Tue, 4 Aug 2009 17:10:14 -0700 (PDT) Message-ID: <966471265.1249431014869.JavaMail.jira@brutus> Date: Tue, 4 Aug 2009 17:10:14 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-343) SSTable gets removed if index file is missing In-Reply-To: <2099844638.1249428734815.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739261#action_12739261 ] Jonathan Ellis commented on CASSANDRA-343: ------------------------------------------ > how would we provide the option to re-generate? I suppose we could inaugurate a contrib/ section if you want to write such a tool. Definitely shouldn't be part of the core tho. > SSTable gets removed if index file is missing > --------------------------------------------- > > Key: CASSANDRA-343 > URL: https://issues.apache.org/jira/browse/CASSANDRA-343 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.4 > Reporter: Chris Goffinet > > If an SSTable is found but is missing an index, the data file is marked corrupt and deleted. We should fix this, and have index re-generation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.