Re: Issue replacing a dead node

2025-05-23 Thread Courtney
Some updates after getting back to this. I did hardware tests and could not find any hardware issues. Instead of trying a replace, I went the route of removing the dead node entirely and then adding in a new node. The new node is still joining, but I am hitting some oddities in the log. When j

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

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,