The comment in the cassandra.yaml says:
"specifies the probability with which read repairs should be invoked on *
non-quorum* reads"

Does this mean RR chance is applicable only for non-quorum reads?



Another question on same topic:
Will RR use one of the node in the other datacenter as coordinator instead
of sending the data to each replica (assuming they have old data)? This is
to reduce the amount of network traffic between datacenters.

-Naren

On Mon, Dec 27, 2010 at 1:26 PM, Brandon Williams <dri...@gmail.com> wrote:

> On Mon, Dec 27, 2010 at 3:17 PM, Shu Zhang <szh...@mediosystems.com>wrote:
>
>> Hi, I'm pretty new to cassandra and read a couple of contradictory things
>> on this topic. Does read repair get triggered across datacenters if you
>> query with a consistency level of local_quorum?
>>
>
> If the RR chance is 100% (default), it's triggered regardless of CL, which
> only controls how synchronously the repair is performed.
>
> -Brandon
>

Reply via email to