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 State] Update cluster UUID trimming logic for remote state auto restore flow to compare global metadata #10662

Closed
linuxpi opened this issue Oct 17, 2023 · 0 comments · Fixed by #10661
Assignees
Labels
Cluster Manager enhancement Enhancement or improvement to existing feature or request Storage:Remote Storage Issues and PRs relating to data and metadata storage v2.12.0 Issues and PRs related to version 2.12.0

Comments

@linuxpi
Copy link
Collaborator

linuxpi commented Oct 17, 2023

Is your feature request related to a problem? Please describe.

  • With [META] Remote Cluster State Issues (Phase - 2) #10523 , global metadata is being uploaded to remote.
  • During cluster state auto restore from remote, we construct UUID chain based on data in remote store.
  • UUIDs containing same data are trimmed away.
  • The data comparison today only compares IndexMetadata, but with global metadata uploaded to remote we need to compare both IndexMetadata and GlobalMetadata

Describe the solution you'd like
UUID trimming comparison should compare entities from metadata uploaded to remote along with IndexMetadata. For ex: ClusterSettings, templates etc.

@linuxpi linuxpi added enhancement Enhancement or improvement to existing feature or request untriaged labels Oct 17, 2023
@linuxpi linuxpi added Storage Issues and PRs relating to data and metadata storage Storage:Remote v2.12.0 Issues and PRs related to version 2.12.0 and removed untriaged labels Oct 23, 2023
@linuxpi linuxpi self-assigned this Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cluster Manager enhancement Enhancement or improvement to existing feature or request Storage:Remote Storage Issues and PRs relating to data and metadata storage v2.12.0 Issues and PRs related to version 2.12.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant