Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shuffle DNS records before propagating to
LoadBalancer
(#2673)
Motivation: If multiple client instances receive identical DNS records set, they will start connecting to the same upstream instances because the collection is always sorter. Modifications: - Shuffle the list before propagating to the load balancer; Result: More uniform distribution of the initial connections.
- Loading branch information