-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
etcdutil: check if the endpoint has been removed before evicting (#8287…
…) (#8290) close #8286 Once a member is removed from the cluster, its endpoint should no longer exist in the health checker. This PR adds a check to prevent the removed endpoint from being evicted again unexpectedly. Signed-off-by: JmPotato <[email protected]> Co-authored-by: JmPotato <[email protected]>
- Loading branch information
1 parent
4fc9aff
commit e8fdd58
Showing
2 changed files
with
33 additions
and
4 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