-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move selection out of NewRoundRobinLoadBalancer and into Host (#2738)
Motivation: The RR load balancers define the selection logic for picking a member from the Host connection pool. Modifications: - Copy the old Host back into the old RoundRobinLoadBalancer, bringing it closer to it's original known-good state. - Move the connection selection logic from NewRoundRobinLoadBalancer into Host making Host more of a connection pool and NewRoundRobinLoadBalancer less of a connection pool.
- Loading branch information
1 parent
231ec64
commit 9718405
Showing
3 changed files
with
586 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.