-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18686 from smarterclayton/router_push
Automatic merge from submit-queue (batch tested with PRs 18686, 18998). Perform real backoff when contending for writes from the router The current route backoff mechanism works by tracking the last touch time from other routes, but this is prone to failure and will not scale to very large sets of routers competing for updating status. Instead, treat the ability to write status as a lease renewal, and have failure to write status as a cue to backoff. Each new write further increases the lease confidence up to an interval. Treat observed writes from other processes as a signal that the lease holder is maintaining their lease. This should allow route status updates to be scale free Needs an e2e test still @openshift/sig-networking @ramr
- Loading branch information
Showing
14 changed files
with
1,573 additions
and
351 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
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
Oops, something went wrong.