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.htmlIf the timestamp
of the write is in the future (e.g., due to a time sync issue or an errant client-supplied
timestamp at the time of that write), the
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 still
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: Dele