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

Fix peak_post_processing w/priority_mutex #19113

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Fix peak_post_processing w/priority_mutex #19113

merged 1 commit into from
Jan 9, 2025

Conversation

wjblanke
Copy link
Contributor

@wjblanke wjblanke commented Jan 8, 2025

Purpose:

peak_post_processing and peak_post_processing_2 were split to allow priority_mutex to not be held as long (eg when broadcasting changes to peers) to encourage concurrency. This PR fixes places where they were not called correctly

Current Behavior:

priority_mutex held when peak_post_processing_2 called

New Behavior:

priority_mutex released when peak_post_processing_2 called

Testing Notes:

None

@wjblanke wjblanke requested a review from a team as a code owner January 8, 2025 19:08
@wjblanke wjblanke added the Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog label Jan 8, 2025
@wjblanke wjblanke changed the title Fix postprocessing priority mutexes Fix peak_post_processing w/priority_mutex Jan 8, 2025
@wjblanke wjblanke requested a review from arvidn January 8, 2025 19:36
@wjblanke wjblanke merged commit c5dd8f2 into main Jan 9, 2025
363 checks passed
@wjblanke wjblanke deleted the postprocesswjb branch January 9, 2025 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants