Cassandra driver(datastax) load balancing with TokenAwarePolicy
问题 My question is a follow up of this topic : Cassandra load balancing with TokenAwarePolicy and shuffleReplicas I'm encountering some issues regarding the TokenAwarePolicy that I don't understand. Cluster configuration : 3 nodes Replication factor = 3 Load balancing policy : new TokenAwarePolicy(new RoundRobinPolicy(), false) Consitancy level (Reads/Writes) : ONE Shuffling replicas is set to false on purpose. But the thing is that I'm encountering consistency problems when reading datas in my