-
Notifications
You must be signed in to change notification settings - Fork 43
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
heartbeat performance issue #256
Comments
@tuyennhv The resolution of the buckets in
As |
was able to catch a 775ms heartbeat, it shows that most of the time of 0522_contabo_20_subscribe_all_subnets.cpuprofile.zip right now we call Update: metrics show that fanout map's size is consistently, however we still need to improve the logic |
for the record, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
need to see if this still happens in the latest release (4.0.0 as of Aug 2022) |
Motivation
In a contabo node of 50 peers,
heartbeat
function may take up to 800ms - 1s which block the event looppart of ChainSafe/lodestar#4002
Description
heartbeat()
functionheartbeat()
performanceThe text was updated successfully, but these errors were encountered: