Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry bootstrap members until bootstrapped. Fixes #1523 #1539

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

plorenz
Copy link
Member

@plorenz plorenz commented Nov 27, 2023

No description provided.

@plorenz plorenz requested review from a team as code owners November 27, 2023 21:44
@@ -694,6 +695,34 @@ func (self *Controller) addConfiguredBootstrapMembers() error {
return nil
}

func (self *Controller) retryBootstrapMember(bootstrapMember string) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need upper limit on how long to try?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like no. The system is unusable until it's bootstrapped, so we'll keep trying until they stop us or we get bootstrapped. Once we're bootstrapped we'll stop, even if the configured cluster members were never reached.

@plorenz plorenz merged commit 6f6a1d9 into release-next Nov 27, 2023
27 checks passed
@plorenz plorenz deleted the retry-bootstrap-members branch November 27, 2023 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants