Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TokenAwarePolicy: fix bad perf of ReplicaOrdering.RANDOM (#427)
`ReplicaOrdering.RANDOM` shows up to `20%` worse throughput. Switching from `java.util.Random `to `ThreadLocalRandom` showed `20%` improvement.
- Loading branch information