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

Use multiple threads in provider manager loop #736

Closed
petar opened this issue Jul 30, 2021 · 1 comment
Closed

Use multiple threads in provider manager loop #736

petar opened this issue Jul 30, 2021 · 1 comment

Comments

@petar
Copy link
Contributor

petar commented Jul 30, 2021

Currently the provider manager's loop is single-threaded, which causes an individual straggler request to the datastore to create a backup. Consider using multiple threads to alleviate the backup caused by few (a burst of) stragglers. Note that this solution would not help if all requests to the datastore are stragglers (which happens when the datastore itself is overlaoded).

@petar
Copy link
Contributor Author

petar commented Aug 2, 2021

Duplicates #729

@petar petar closed this as completed Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant