Re: Range Queries consistency in an inconsistent cluster.

2013-02-08 Thread Sergey Olefir
So you're basically saying that read consistency levels do affect range queries? With high enough level I should be able to get the 'correct' data regardless of some node(s) being behind-the-times? My first read through https://issues.apache.org/jira/browse/CASSANDRA-967 left me with impression th

Re: Range Queries consistency in an inconsistent cluster.

2013-02-07 Thread Edward Capriolo
Range queries do not currently read repair, although there is a ticket on this. If you want them to be consistent do them at QUORUM, or all. But in a strange quirk since get_range_slice does not repair those operations are not "eventually consistent" On Thu, Feb 7, 2013 at 10:20 AM, Sergey Olefir