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

[Remote Store] Prevent version upgrade during MIXED compatibility mode #13250

Closed
ltaragi opened this issue Apr 17, 2024 · 1 comment · Fixed by #13185
Closed

[Remote Store] Prevent version upgrade during MIXED compatibility mode #13250

ltaragi opened this issue Apr 17, 2024 · 1 comment · Fixed by #13185
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Durability Issues and PRs related to the durability framework Storage:Remote

Comments

@ltaragi
Copy link
Contributor

ltaragi commented Apr 17, 2024

Is your feature request related to a problem? Please describe

  • During migration, primary shards always move first, while during version changes, replica shards move first.
  • Thus, in MIXED compatibility mode, as new nodes join the cluster, nodes with a different version should not be allowed to join.

Describe the solution you'd like

  • A check for this can be added in JoinTaskExecutor.java, where the compatibility of the joining node with the cluster is verified inside ensureRemoteStoreNodesCompatibility.

Related component

Storage:Remote

Describe alternatives you've considered

No response

Additional context

No response

@ltaragi ltaragi added enhancement Enhancement or improvement to existing feature or request untriaged Storage:Durability Issues and PRs related to the durability framework Storage:Remote labels Apr 17, 2024
@ltaragi ltaragi self-assigned this Apr 17, 2024
@peternied
Copy link
Member

[Triage - attendees 1 2 3 4 5 6 7]
@ltaragi Thanks for filing this issue, and creating the draft PR to address

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Durability Issues and PRs related to the durability framework Storage:Remote
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants