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

Do not abort the runloop unless we were not told to exit #5278

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

jferrant
Copy link
Collaborator

@jferrant jferrant commented Oct 4, 2024

CI was failing intermittently because when shutting down the neon node, it did not always do so cleanly. Specifically, it would hit line 1392 with error!("Runloop: Block relayer and miner hung up, exiting."); and then fail to pass on the peer network bind to the naka node which would then fail to spawn as the p2p bind address would already still be in use.

@jferrant jferrant requested a review from a team as a code owner October 4, 2024 20:19
Copy link
Contributor

@obycode obycode left a comment

Choose a reason for hiding this comment

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

Look at all those passing tests!!

@jferrant jferrant added this pull request to the merge queue Oct 4, 2024
Merged via the queue into develop with commit 03b3599 Oct 4, 2024
1 check passed
@blockstack-devops
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@stacks-network stacks-network locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants