Hey Kyle,
What version of Cassandra are you running?
Can you share the full (anonymized) schema, including keyspace and table
definitions?
The trace behavior you’re seeing here might be caused by read speculation:
https://cassandra.apache.org/doc/5.0/cassandra/developing/cql/ddl.html#spec_retry
On 5/23/25 00:20, Kyle Butt wrote:
I have a keyspace that is using the NetworkTopologyStrategy. In one of
the data
centers, there are 3 nodes, and the replication factor is 3. I would
expect that
when I make a request to any of the 3 nodes, that node would answer
instead of
forwarding the requ