Re: Issue while updating a record in 3 node cassandra cluster deployed using kubernetes

2019-04-09 Thread Stefan Miklosovic
>> I have a 3 node cassandra cluster with Replication factor as 2 and >> read-write consistency set to QUORUM. I am not sure what you want to achieve with this. If you have three nodes and RF 2, for each write there will be two replicas, right ... If one of your replicas is down out of two in tot

Re: [EXTERNAL] Issue while updating a record in 3 node cassandra cluster deployed using kubernetes

2019-04-09 Thread Mahesh Daksha
eved. The write looks > like it fails silently, but it actually does exactly what it is designed to > do. > > > > Sean Durity > > > > *From:* Mahesh Daksha > *Sent:* Tuesday, April 09, 2019 9:10 AM > *To:* user@cassandra.apache.org > *Subject:* [EXTERNAL] Issue

RE: [EXTERNAL] Issue while updating a record in 3 node cassandra cluster deployed using kubernetes

2019-04-09 Thread Durity, Sean R
updating a record in 3 node cassandra cluster deployed using kubernetes Hello All, I have a 3 node cassandra cluster with Replication factor as 2 and read-write consistency set to QUORUM. We are using Spring data cassandra. All infrastructure is deployed using kubernetes. Now in normal use

Issue while updating a record in 3 node cassandra cluster deployed using kubernetes

2019-04-09 Thread Mahesh Daksha
Hello All, I have a 3 node cassandra cluster with Replication factor as 2 and read-write consistency set to QUORUM. We are using Spring data cassandra. All infrastructure is deployed using kubernetes. Now in normal use case many records gets inserted to cassandra table. Then we try to modify/upda