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

Behavior of replicas and forwarded requests

2025-05-23 Thread Kyle Butt
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 request. But that doesn't always happen,