Re: c* updates not getting reflected.

2017-07-12 Thread techpyaasa .
Hi Carlos Rolo Using LOCAL_QUORUM for both writes & reads. I see there is a time difference of 2 mins among nodes, I think that could be the reason. Anyways thanks for replying Carlos Rolo... Have a nice day... :) On Wed, Jul 12, 2017 at 12:45 AM, Carlos Rolo wrote: > What

Re: c* updates not getting reflected.

2017-07-11 Thread Carlos Rolo
What consistency are you using on those queries? On 11 Jul 2017 19:09, "techpyaasa ." wrote: > Hi, > > We have a table with following schema: > > CREATE TABLE ks1.cf1 ( pid bigint, cid bigint, resp_json text, status int, > PRIMARY KEY (pid, cid) ) WITH CLUSTERING ORDER BY