Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 74661 invoked from network); 28 Jan 2011 00:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 00:47:08 -0000 Received: (qmail 9681 invoked by uid 500); 28 Jan 2011 00:47:08 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 9646 invoked by uid 500); 28 Jan 2011 00:47:08 -0000 Mailing-List: contact commits-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 commits@cassandra.apache.org Received: (qmail 9634 invoked by uid 99); 28 Jan 2011 00:47:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 00:47:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 00:47:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0S0kkeX008763 for ; Fri, 28 Jan 2011 00:46:47 GMT Message-ID: <27589126.253671296175606801.JavaMail.jira@thor> Date: Thu, 27 Jan 2011 19:46:46 -0500 (EST) From: "Hudson (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-2059) SSTableDeletingReference only deletes data files In-Reply-To: <27299734.217661296055784226.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987859#action_12987859 ] Hudson commented on CASSANDRA-2059: ----------------------------------- Integrated in Cassandra-0.7 #224 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/224/]) fix deletionof sstable non-data components patch by jbellis; reviewed by stuhood for CASSANDRA-2059 > SSTableDeletingReference only deletes data files > ------------------------------------------------ > > Key: CASSANDRA-2059 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2059 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7.0 > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Fix For: 0.7.2 > > Attachments: 2059.txt > > > Ching-Cheng Chen reports on the mailing list: > > In SSTableDeletingReference, it try this operation > components.remove(Component.DATA); > before > STable.delete(desc, components); > However, the components was reference to the components object which was created inside SSTable by > this.components = Collections.unmodifiableSet(dataComponents); > As you can see, you can't try the remove operation on that components object. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.