, February 6, 2023 3:54 PM
To: shankha b
Cc: user@cassandra.apache.org
Subject: Re: Deletions getting omitted
Can you check the write timestamp of the data you're attempting to delete?
https://docs.datastax.com/en/cql-oss/3.3/cql/cql_using/useWritetime.html
If the timestamp of the write is i
By any chance do you think we are getting hit by a read repair?
From: shankha b
Sent: Monday, February 6, 2023 7:10 AM
To: user@cassandra.apache.org
Subject: Re: Deletions getting omitted
I read through the ticket a few number of times.
We have replication factor 3 and LocalQuorum.
Do we
I read through the ticket a few number of times.
We have replication factor 3 and LocalQuorum.
Do we still think CASSANDRA-15690 is a possibility with RF = 3?
From: shankha b
Sent: Saturday, February 4, 2023 9:29 PM
To: user@cassandra.apache.org
Subject: Re
t to use ALL all the time, because
it'll be an outage if you ever have a node go down). Given CASSANDRA-15690
exists, you probably want to upgrade.
On Sat, Feb 4, 2023 at 4:56 PM shankha b
mailto:shankha-ms-wor...@outlook.com>> wrote:
We are facing an issue on one of our production systems
We are facing an issue on one of our production systems where after we delete
the data
the data doesn't seem to get deleted. We have a Get call just after the delete
call.
The data shows up.
Versions
cassandra : 3.11.6
gocqlx : v2 v2.1.0
1. Client Settings: LocalQuorum
2. Number of No