-
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.
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.
- Loading branch information
1 parent
6d159a0
commit 4ae5470
Showing
8 changed files
with
916 additions
and
312 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
Oops, something went wrong.