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

disable coalesce for gossip #5319

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexpyattaev
Copy link

@alexpyattaev alexpyattaev commented Mar 16, 2025

Problem

Summary of Changes

  • Remove the coalesce from the streamer in solRcvrGossip

Result is 20% core use by solRcvrGossip (4x reduction) and increases amount of batches sent to downstream code by 4x (left part before the gap is master, right part after gap is this PR)
Näyttökuva 2025-03-17 kello 0 21 02

Overall, it is a good question if we want fewer batches or lower CPU load of solRcvrGossip thread in particular.

Fixes #
#5034

@alexpyattaev
Copy link
Author

@behzadnouri do you think this is a good tradeoff?

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.

None yet

1 participant