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] Node bootstrap fails during repository verification on account of remote store throttling #14741

Closed
ashking94 opened this issue Jul 12, 2024 · 0 comments · Fixed by #14790
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Performance v2.16.0 Issues and PRs related to version 2.16.0

Comments

@ashking94
Copy link
Member

Is your feature request related to a problem? Please describe

With remote store feature, we create and verify remote store repositories during node bootstrap. We have noticed that during remote store throttling, the node bootstrap fails and causes the node to get started successfully. This issue can be averted if we can reduce the occurrences of throttling.

Describe the solution you'd like

Drawing inspiration from #12567, we propose that we give ability for passing in a hash value just before the base path. This way we increase the scaling capabilities of the load that can be put onto the remote store.

Related component

Storage:Performance

Describe alternatives you've considered

The other alternate is that 1) we handle the exception and keep on retrying 2) get rid of verification for each node. While option 1 is doable and solves the issue to certain extent, option 2 does not seem rationale as the purpose of the create and verify repository step is to check accessibility.

Additional context

No response

@ashking94 ashking94 added enhancement Enhancement or improvement to existing feature or request untriaged labels Jul 12, 2024
@ashking94 ashking94 self-assigned this Jul 12, 2024
@ashking94 ashking94 moved this from 🆕 New to 🏗 In progress in Storage Project Board Jul 12, 2024
@ashking94 ashking94 added the v2.16.0 Issues and PRs related to version 2.16.0 label Jul 12, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Storage Project Board Jul 19, 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:Performance v2.16.0 Issues and PRs related to version 2.16.0
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant