-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loadbalancer-experimental: reduce dogpiling on hosts after healthy ho…
…sts (#3021) Motivation: Round-robin algorithms very often suffer from bugs where the host after a healthy host will tend to get more traffic. This is because the algorithm will then try to advance to the 'next' index. Modifications: If we find a bad host attempt to advance the cursor so the next selection doesn't also pick it. Result: Less dogpiling behavior.
- Loading branch information
1 parent
8ae9e7b
commit 6b3a09f
Showing
2 changed files
with
90 additions
and
16 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
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