Closed fruch closed 2 months ago
Currently c-s uses RackAwareRoundRobinPolicy in any case which leads it targeting particular rack only, even if rack is not provided.
This PR makes it use DCAwareRoundRobinPolicy unless rack is provided.
Ref: https://github.com/scylladb/cassandra-stress/issues/20 Ref: https://github.com/scylladb/cassandra-stress/pull/21
Submodule update: https://github.com/scylladb/scylladb/pull/20562.
Currently c-s uses RackAwareRoundRobinPolicy in any case which leads it targeting particular rack only, even if rack is not provided.
This PR makes it use DCAwareRoundRobinPolicy unless rack is provided.
Ref: https://github.com/scylladb/cassandra-stress/issues/20 Ref: https://github.com/scylladb/cassandra-stress/pull/21