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
And returns vnode/tablet replicas as they are.
As result if user configured cluster with TokenAwarePolicy+DCAwareRoundRobinPolicy/RackAwareRoundRobinPolicy as LoadBalancingPolicy they expect to see queries routed to a particular DC, but driver voids rack/dc awarness and route traffic to first replica first, which could be from another Dc/Rack.
The text was updated successfully, but these errors were encountered:
Currently LWT routing does not involve
LoadBlancingPolicy
at alljava-driver/driver-core/src/main/java/com/datastax/driver/core/RequestHandler.java
Lines 146 to 154 in dbfe82a
And returns vnode/tablet replicas as they are.
As result if user configured cluster with
TokenAwarePolicy
+DCAwareRoundRobinPolicy
/RackAwareRoundRobinPolicy
asLoadBalancingPolicy
they expect to see queries routed to a particular DC, but driver voids rack/dc awarness and route traffic to first replica first, which could be from another Dc/Rack.The text was updated successfully, but these errors were encountered: