Skip to content

Conversation

@jsdt
Copy link
Contributor

@jsdt jsdt commented May 14, 2025

Description of Changes

This moves reducer calls to the blocking thread pool. This is important because they wait for a write lock (which we don't want to do in the main worker pool).

We used to do this, but it was accidentally changed in #2550, and when it was initially reverted (#2624), it was switched to use a normal task.

Expected complexity level and risk

  1. The only risk is a performance regression, which is unlikely.

@jsdt jsdt added this pull request to the merge queue May 15, 2025
Merged via the queue into master with commit 7bd848a May 15, 2025
31 of 32 checks passed
@coolreader18
Copy link
Collaborator

Ah, that would certainly do it.

drogus added a commit that referenced this pull request Jun 17, 2025
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.

4 participants