-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: account for etcd leader changes error
when validation if a session is valid or not we were failing if the etcd leader changed. this case happens quite often when joining the second node to an embedded cluster installation. this commit adds a retry mechanism for this specific scenario. we retry 8 times, the backoff time should span up to ~5 seconds.
- Loading branch information
1 parent
55b35f4
commit 4061607
Showing
2 changed files
with
21 additions
and
2 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