You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both 3.x and 4.x ignore LoadBalancingPolicy and return all the replicas in the same order they get it from vnodes or tablets for LWT statements and it seems wrong to me:
As result there is no way to make them target rack or dc, even more than that, when user feeds RackAwareRoundRobinPolicy to cluster config LWT queries are getting routed, unexpectedly, to all racks.
The text was updated successfully, but these errors were encountered:
Both
3.x
and4.x
ignoreLoadBalancingPolicy
and return all the replicas in the same order they get it fromvnodes
or tablets forLWT
statements and it seems wrong to me:java-driver/driver-core/src/main/java/com/datastax/driver/core/RequestHandler.java
Lines 144 to 159 in 31a7a72
java-driver/core/src/main/java/com/datastax/oss/driver/internal/core/cql/CqlRequestHandler.java
Lines 208 to 226 in 4ba0657
As result there is no way to make them target rack or dc, even more than that, when user feeds
RackAwareRoundRobinPolicy
to cluster configLWT
queries are getting routed, unexpectedly, to all racks.The text was updated successfully, but these errors were encountered: