[
https://issues.apache.org/jira/browse/CASSANDRA-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161646#comment-13161646
]
Sylvain Lebresne commented on CASSANDRA-3538:
---------------------------------------------
You're right, I meant MIN_VALUE. Patch updated. Turns out I was a bit quick and
my previous patch wasn't passing all unit tests because we already have a test
that verify that we don't purge tombstones when it shouldn't. As for testing
this patch, it's actually tricky because normal query already remove columns
that are shadowed by a tombstones, making it hard to test.
> Remove columns shadowed by a deleted container even when we cannot purge
> ------------------------------------------------------------------------
>
> Key: CASSANDRA-3538
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3538
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Sylvain Lebresne
> Assignee: Sylvain Lebresne
> Priority: Trivial
> Fix For: 1.0.6
>
> Attachments: 3538.patch
>
>
> During compaction, if shouldPurge == false, we don't do anything with the
> column family. It is however ok to remove columns for with their container is
> deleted with a timestamp greater than their own.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira