Re: Measuring eventual consistency latency

2018-03-26 Thread Jeronimo de A. Barros
Jeff and Christophe, Thank you very much ! I'll take a look. Jero On Sun, Mar 25, 2018 at 10:21 PM, Jeff Jirsa wrote: > Probably closer to https://issues.apache.org/jira/browse/CASSANDRA-13289 > > > Will be in 4.0 > -- > Jeff Jirsa > > > On Mar 25, 2018, at 4:44 PM, Christophe Schmitz < > chri

Re: Measuring eventual consistency latency

2018-03-25 Thread Jeff Jirsa
Probably closer to https://issues.apache.org/jira/browse/CASSANDRA-13289 Will be in 4.0 -- Jeff Jirsa > On Mar 25, 2018, at 4:44 PM, Christophe Schmitz > wrote: > > Hi Jeronimo, > > I am not sure that will address your exact request, but did you look at this > issue (resolved in 3.8) whic

Re: Measuring eventual consistency latency

2018-03-25 Thread Christophe Schmitz
Hi Jeronimo, I am not sure that will address your exact request, but did you look at this issue (resolved in 3.8) which adds a ned latency across DCs metrics? https://issues.apache.org/jira/browse/CASSANDRA-11569 Cheers, Christophe On 26 March 2018 at 10:01, Jeronimo de A. Barros wrote: > I'd

Measuring eventual consistency latency

2018-03-25 Thread Jeronimo de A. Barros
I'd like to know if there is a reasonable method to measure how long take to have the data available across all replica nodes in a multi DC environment using LOCAL_ONE or LOCAL_QUORUM consistency levels. If already there be a study about this topic in some place and someone could point me the dire