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

[8.15] Add a cluster listener to fix missing cluster features after upgrade (#110710) #110924

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

thecoop
Copy link
Member

@thecoop thecoop commented Jul 16, 2024

Backports the following commits to 8.15:

…lastic#110710)

Non-master-eligible nodes that are already part of a cluster when the master is upgraded don't re-join the cluster, so their cluster features never get updated. This adds a cluster listener that spots this occurring, and manually gets the node's features with a new transport action and updates the cluster state after the fact.
@thecoop thecoop requested a review from a team as a code owner July 16, 2024 13:36
@thecoop thecoop added :Core/Infra/Core Core issues without another label >bug backport Team:Core/Infra Meta label for core/infra team labels Jul 16, 2024
@thecoop thecoop added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Jul 16, 2024
@elasticsearchmachine elasticsearchmachine merged commit ef93c95 into elastic:8.15 Jul 16, 2024
15 checks passed
@thecoop thecoop deleted the backport/8.15/pr-110710 branch July 16, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team v8.15.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants