[
https://issues.apache.org/jira/browse/CASSANDRA-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971500#action_12971500
]
Tyler Hobbs commented on CASSANDRA-1748:
----------------------------------------
Do you mean something like using CFS.getRangeSlice()? The main problem I see
is you can't iterate over the rows one-by-one with that in its current state as
it returns a List; I'm not familiar with how that works, so I don't know how
easy it would be to make an Iterator version. Or is there something else you
were referring to?
> 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.