Re: Behavior of replicas and forwarded requests

2025-05-27 Thread Abe Ratnofsky
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

Re: Behavior of replicas and forwarded requests

2025-05-23 Thread Kyle Butt
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