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

Restrict async translog durability mode for remote indexes #10186

Closed
ashking94 opened this issue Sep 22, 2023 · 0 comments · Fixed by #10189
Closed

Restrict async translog durability mode for remote indexes #10186

ashking94 opened this issue Sep 22, 2023 · 0 comments · Fixed by #10189
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Durability Issues and PRs related to the durability framework v2.11.0 Issues and PRs related to version 2.11.0

Comments

@ashking94
Copy link
Member

Is your feature request related to a problem? Please describe.
Remote enabled indexes provide user capability to have request level durability when the translog durability mode is request. Currently, as status quo, we provide user the capability to create both request and async durability mode. The user can also switch between these 2 modes. Since remote store enables user to achieve strong durability with request level durability, it poses risk to lose that durability if the durability mode is switched from request to async. With this, the proposal is to have a cluster setting which if enabled restricts creation or updation of an index with translog durability mode "async".

Describe the solution you'd like
Implement a solution to achieve the above.

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.

@ashking94 ashking94 added enhancement Enhancement or improvement to existing feature or request Storage:Durability Issues and PRs related to the durability framework v2.11.0 Issues and PRs related to version 2.11.0 labels Sep 22, 2023
@ashking94 ashking94 self-assigned this Sep 22, 2023
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 v2.11.0 Issues and PRs related to version 2.11.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant