[ 
https://issues.apache.org/jira/browse/CASSANDRA-8669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14482240#comment-14482240
 ] 

Benedict commented on CASSANDRA-8669:
-------------------------------------

The predicate in snapshotWithouFlush is applied to the live versions of any 
sstable, but also excludes the early open version, which may be the sstable 
that now exposes the range. CASSANDRA-8568 was intended to be followed by a 
modification to ensure all accessors only touch the unmodified sstables unless 
they explicitly opt into the early open version of events, but that will only 
hit 3.0. In the meantime, I've [uploaded a proposed 
fix|https://github.com/belliottsmith/cassandra/tree/8669] that, for all 
functions that mark all sstables referenced, returns the unmodified versions 
only.

> simple_repair test failing on 2.1
> ---------------------------------
>
>                 Key: CASSANDRA-8669
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8669
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Philip Thompson
>            Assignee: Yuki Morishita
>             Fix For: 2.1.5
>
>         Attachments: 8669-debug.txt, debug-result.txt
>
>
> The dtest simple_repair_test began failing on 12/22 on 2.1 and trunk. The 
> test fails intermittently both locally and on cassci. 
> The test is here: 
> https://github.com/riptano/cassandra-dtest/blob/master/repair_test.py#L32
> The output is here: 
> http://cassci.datastax.com/job/cassandra-2.1_dtest/661/testReport/repair_test/TestRepair/simple_repair_test/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to