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

Ensure that Autopilot sees all nodes in KnownServers at outset #24246

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

ncabatoff
Copy link
Collaborator

startPeriodicRaftTLSRotate builds the initial map of follower states that Autopilot relies on for some cluster state changes. This is used as a stopgap until we receive echoes from the followers that more accurately describes their state. Make sure we do that before starting autopilot, so that it doesn't do anything weird based on incomplete knowledge of the cluster nodes.

…that Autopilot relies on for some cluster state changes. This is used as a stopgap until we receive echoes from the followers that more accurately describes their state. Make sure we do that before starting autopilot, so that it doesn't do anything weird based on incomplete knowledge of the cluster nodes.
@ncabatoff ncabatoff requested a review from raskchanky November 23, 2023 17:52
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Nov 23, 2023
Copy link

Build Results:
All builds succeeded! ✅

Copy link

CI Results:
All Go tests succeeded! ✅

Copy link
Contributor

@raskchanky raskchanky left a comment

Choose a reason for hiding this comment

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

@ncabatoff ncabatoff added this to the 1.16.0-rc1 milestone Dec 4, 2023
@ncabatoff ncabatoff merged commit 31ccb26 into main Dec 4, 2023
109 of 110 checks passed
@ncabatoff ncabatoff deleted the make-autopilot-more-deterministic branch December 4, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants