[
https://issues.apache.org/jira/browse/CASSANDRA-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971063#action_12971063
]
Jonathan Ellis commented on CASSANDRA-1748:
-------------------------------------------
would switching validation to use range scans be a better solution? that way
you would automatically get everything in the memtables, without having to
flush-and-re-scan.
> Flush before repair
> -------------------
>
> Key: CASSANDRA-1748
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1748
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.7.0 rc 2
> Reporter: Stu Hood
> Assignee: Tyler Hobbs
> Fix For: 0.7.1
>
> Attachments: 1748-trunk.txt, 1748.txt
>
>
> We don't currently flush before beginning a validation compaction, meaning
> that depending on the state of the memtables, we might end up with content on
> disk that is as different as a single memtable can make it (potentially, very
> different).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.