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

Remove panics #1

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open

Remove panics #1

wants to merge 12 commits into from

Conversation

DyrellC
Copy link

@DyrellC DyrellC commented Sep 3, 2024

Description of change

Removes the panic behavior on caching collisions. These cache collisions had the effect of killing the node, corrupting the db and making the snapshot essentially unusable. Recovery wasn't able to work on db's and snapshots that were present during this failure, and it killed every node on the network, so the errors are now instead logged and nil returns are in place of actions that would otherwise panic.

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.

2 participants