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

feat: add debug logging to gossip logic #1391

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

morph-dev
Copy link
Collaborator

What was wrong?

There is a deadlock happening, mostly likely during gossip logic. See: #1390

How was it fixed?

Adding more debug statements to narrow down where the deadlock is happening.

I also noticed that calculate_interested_enrs function can be improved and simplified.

To-Do

@morph-dev morph-dev added the investigation-diary A tale of a journy to vanquish a bug label Aug 20, 2024
@morph-dev morph-dev self-assigned this Aug 20, 2024
Copy link
Member

@KolbyML KolbyML left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@morph-dev morph-dev merged commit cc7d99e into ethereum:master Aug 20, 2024
8 checks passed
@morph-dev morph-dev deleted the gossip_logs branch August 20, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigation-diary A tale of a journy to vanquish a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants