>> 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
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
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
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