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

Remove piece getter concurrency option #3150

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

nazar-pc
Copy link
Member

Introduced in #2830 it was supposed to help with large numbers of concurrent requests.

This is no longer necessary after #3149 due to much more limited number of stream requests that have internal backpressure, similarly DSN requests also have network-level backpressure and we shouldn't really need to constrain concurrency in most cases at all.

Code contributor checklist:

Base automatically changed from batches-in-cluster-piece-getter to main October 18, 2024 15:48
@nazar-pc nazar-pc dismissed shamil-gadelshin’s stale review October 18, 2024 15:48

The base branch was changed.

@nazar-pc nazar-pc merged commit 1755b51 into main Oct 18, 2024
6 of 8 checks passed
@nazar-pc nazar-pc deleted the remove-piece-getter-concurrency-limits branch October 18, 2024 15:49
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

Successfully merging this pull request may close these issues.

2 participants