[
https://issues.apache.org/jira/browse/CASSANDRA-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis updated CASSANDRA-719:
-------------------------------------
Attachment: 719.txt
invalidate cache after compaction in test so we read what's in the new sstable
instead of the cache
alternatively we could fix this by making compaction invalidate the cache, but
i think this is a bad idea; the system is designed so that to the client it
makes no difference if the tombstones are GC'd or not since we hide them, so
there is no hurry to uncache things. And compaction (when we are doing a lot
of extra io) is a particularly bad time to throw away the whole cache. Just
leave it to be invalidated eventually through natural causes.
> fix failing CompactionsPurgeTest
> --------------------------------
>
> Key: CASSANDRA-719
> URL: https://issues.apache.org/jira/browse/CASSANDRA-719
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.6
> Reporter: Jonathan Ellis
> Fix For: 0.6
>
> Attachments: 719.txt
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.