3 node cluster and RF of 3 means every node has all the data. Consistency is ONE. So when queried for some data on node-1, ideally as node-1 has all the data it should be able to complete my query.
But when I checked how my query is running using 'tracing on', it shows me that it connects to node-2 also, which is not needed as per my understanding.
Am I missing something here ? Thanks in advance.
Edited ::
Added the output of 'tracing on'. It can be seen in the image that, node 10.101.201.3 has contacted 10.101.201.4