range scan doesn't repair missing rows
--------------------------------------

                 Key: CASSANDRA-2680
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2680
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.7.7


Range scans do not do digest queries but they do compare all the replicas they 
receive and repair any discrepancies in the background.  (Thus, to get 
comparable behavior to normal read repair, CL.ALL must be used.)

The bug is that currently, replicas that omit a row entirely will be ignored 
and that row will not be sent to them.  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to