Re: Scenarios when blocking read repair takes place

2016-10-17 Thread siddharth verma
Sorry Krishna, didn't get were you were trying to say. Regards SIddharth Verma (Visit https://github.com/siddv29/cfs for a high speed cassandra full table scan) On Sat, Oct 15, 2016 at 11:50 PM, Krishna Chandra Prajapati < prajapat...@gmail.com> wrote: > Hi which side is this? > Mankapur? >

Re: Scenarios when blocking read repair takes place

2016-10-15 Thread Krishna Chandra Prajapati
Hi which side is this? Mankapur? Krishna On Oct 14, 2016 12:15 PM, "siddharth verma" wrote: > Hi, > Does blocking read repair take place only when we read on the primary key > or > does it take place in the following scenarios as well? > > Consistemcy ALL > 1. select * from ks.table_name > 2. s

Scenarios when blocking read repair takes place

2016-10-13 Thread siddharth verma
Hi, Does blocking read repair take place only when we read on the primary key or does it take place in the following scenarios as well? Consistemcy ALL 1. select * from ks.table_name 2. select * from ks.table_name where token(pk) >= ? and token(pk) <= ? While using manual paging or automatic pagi