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

Avoid a race in the SimulatedBeacon Stop call #419

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Conversation

eljobe
Copy link
Member

@eljobe eljobe commented Mar 6, 2025

The go routine which is responsible for committing blocks was spewing our errors in a spinLoop because it was continuing to call Commit when the txPool was already terminated.

This could cause intense i/o and lead to VSCode hanging, or CI being unable to process the logs.

The go routine which is responsible for committing blocks was spewing our errors
in a spinLoop because it was continuing to call Commit when the txPool was
already terminated.

This could cause intense i/o and lead to VSCode hanging, or CI being unable to
process the logs.
@cla-bot cla-bot bot added the s CLA signed label Mar 6, 2025
@eljobe eljobe enabled auto-merge March 6, 2025 10:19
@eljobe eljobe merged commit 55358d2 into master Mar 6, 2025
9 checks passed
@eljobe eljobe deleted the fix-spinloop branch March 6, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants