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

[v22.3.x] c/backend: s/parallel_for_each/max_concurrent_for_each #10570

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #10567
Fixes #10569,

It appears the contiguous allocation is from a vector of futures in
the state maintained by parallel_for_each.. and max_concurrent_for_each
doesn't have that limitation due to it's implementation.

(cherry picked from commit 87c92d9)
@vbotbuildovich vbotbuildovich added this to the v22.3.x-next milestone May 4, 2023
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label May 4, 2023
@bharathv bharathv marked this pull request as ready for review May 4, 2023 23:39
@bharathv bharathv merged commit c33df77 into redpanda-data:v22.3.x May 4, 2023
26 checks passed
@BenPope BenPope modified the milestones: v22.3.x-next, v22.3.18 May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants