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] Add recovery chunk size setting #14001

Closed
astute-decipher opened this issue Jun 5, 2024 · 0 comments
Closed

[Remote Store] Add recovery chunk size setting #14001

astute-decipher opened this issue Jun 5, 2024 · 0 comments
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Remote

Comments

@astute-decipher
Copy link
Contributor

Is your feature request related to a problem? Please describe

We currently have a constant DEFAULT_CHUNK_SIZE (value is 512 KB) recovery setting which can not be modified dynamically . We will need to increase the recovery chunk size while non-remote to remote-store migration is happening. During translog recovery phase of migration, a chunk of translog operations are sent from non-remote node to remote node, and on receiving each chunk the shard gets synced, resulting in a new translog generation. Inorder to control large number of translog files getting generated, we will increase the chunk_size.

Describe the solution you'd like

Add recovery chunk size as dynamic cluster setting.

Related component

Storage:Remote

Describe alternatives you've considered

No response

Additional context

No response

@astute-decipher astute-decipher added enhancement Enhancement or improvement to existing feature or request Storage:Remote labels Jun 5, 2024
@astute-decipher astute-decipher self-assigned this Jun 5, 2024
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:Remote
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant