Subject: Re: Question on Read Repair
Yes:
https://github.com/apache/cassandra/blob/81f6c784ce967fadb6ed7f58de1328e713eaf53c/src/java/org/apache/cassandra/db/ConsistencyLevel.java#L286
From: Anubhav Kale
mailto:anubhav.k...@microsoft.com>>
Reply-To: "user@cassandra.apache.org&
ndra.apache.org"
Subject: RE: Question on Read Repair
Thank you.
Interesting detail. Does it work the same way for other consistency levels as
well ?
From: Jeff Jirsa [mailto:jeff.ji...@crowdstrike.com]
Sent: Tuesday, October 11, 2016 10:29 AM
To: user@cassandra.apache.org
Subject:
Thank you.
Interesting detail. Does it work the same way for other consistency levels as
well ?
From: Jeff Jirsa [mailto:jeff.ji...@crowdstrike.com]
Sent: Tuesday, October 11, 2016 10:29 AM
To: user@cassandra.apache.org
Subject: Re: Question on Read Repair
If the failuredetector knows that the
> *Reply-To: *"user@cassandra.apache.org"
> *Date: *Tuesday, October 11, 2016 at 10:24 AM
> *To: *"user@cassandra.apache.org"
> *Subject: *Question on Read Repair
>
>
>
> Hello,
>
>
>
> This is more of a theory / concept question. I set CL=ALL
To: "user@cassandra.apache.org"
Subject: Question on Read Repair
Hello,
This is more of a theory / concept question. I set CL=ALL and do a read. Say
one replica was down, will the rest of the replicas get repaired as part of
this ? (I am hoping the answer
Hello,
This is more of a theory / concept question. I set CL=ALL and do a read. Say
one replica was down, will the rest of the replicas get repaired as part of
this ? (I am hoping the answer is yes).
Thanks !
Yes,
If you are using 1.1 take a look at:
dclocal_read_repair_chance
and
read_repair_chance
CF settings.
Regards,
On Sun, Sep 16, 2012 at 5:03 PM, Raj N wrote:
> Hi,
>I have a 2 DC setup(DC1:3, DC2:3). All reads and writes are at
> LOCAL_QUORUM. The question is if I do reads at LOCAL_
Hi,
I have a 2 DC setup(DC1:3, DC2:3). All reads and writes are at
LOCAL_QUORUM. The question is if I do reads at LOCAL_QUORUM in DC1, will
read repair happen on the replicas in DC2?
Thanks
-Raj