You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/02/01 22:11:29 UTC

[jira] Updated: (CASSANDRA-2059) SSTableDeletingReference only deletes data files

     [ https://issues.apache.org/jira/browse/CASSANDRA-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2059:
--------------------------------------

    Remaining Estimate: 1h
     Original Estimate: 1h

> 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.1
>
>         Attachments: 2059.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira