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

Fix Sentry server initialization #3008

Merged
merged 1 commit into from
Nov 21, 2021

Conversation

dsavelev
Copy link
Contributor

Partially solves #2985

The root cause of #2985 is mdbx failure, this patch solves only "panic" during sentry server initialization in case there were some errors.

Also, I think srv.running should be set to true right before actual server startup, because Start() can exit earlier and this variable wouldn't reflect the internal state of the server.

@AlexeyAkhunov AlexeyAkhunov merged commit 77a31a8 into erigontech:devel Nov 21, 2021
AlexeyAkhunov pushed a commit that referenced this pull request Nov 21, 2021
AlexeyAkhunov added a commit that referenced this pull request Nov 22, 2021
Co-authored-by: Dmitry Savelev <12631916+dsavelev@users.noreply.github.com>
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