-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
etcdutil: consider the latency while patrolling the healthy endpoints (…
…#7737) ref #7730 Consider the latency while patrolling the healthy endpoints to reduce the effect of slow nodes. Now, there are the following strategies to select and remove unhealthy endpoints: - Choose only the healthy endpoint within the lowest acceptable latency range. - The evicted endpoint can only rejoin if it is selected again for three consecutive times. Signed-off-by: JmPotato <ghzpotato@gmail.com>
- Loading branch information
Showing
9 changed files
with
812 additions
and
90 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.