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

Make repository a first-class citizen for remote store backed cluster #8917

Closed
Bukhtawar opened this issue Jul 27, 2023 · 2 comments
Closed
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Durability Issues and PRs related to the durability framework Storage Issues and PRs relating to data and metadata storage

Comments

@Bukhtawar
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
With remote store we need repository to be bootstrapped with the cluster to ensure internal system indices are also durably backed-up. Repositories are traditionally registered into the cluster state by an external API which poses durability risks to the cluster if repositories are mutated in inconsistent ways.
Also when we need to recover from quorum loss, we shouldn't require to rely on cluster state to fetch the repository information, which might create a cyclic dependency on recovery.
The repository information should sit locally on the nodes and the cluster should be able to bootstrap automatically with a repository being a first class citizen

Relates to #8623

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@Bukhtawar Bukhtawar added enhancement Enhancement or improvement to existing feature or request untriaged Storage:Durability Issues and PRs related to the durability framework Storage Issues and PRs relating to data and metadata storage and removed untriaged labels Jul 27, 2023
@mch2
Copy link
Member

mch2 commented Aug 22, 2023

related - #8158

@sachinpkale
Copy link
Member

@Bukhtawar I believe the change is made related to this issue. Closing it now. Feel free to open if still pending.

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 Issues and PRs relating to data and metadata storage
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants