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

Log warn instead of return error #5547

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Log warn instead of return error #5547

merged 1 commit into from
Apr 20, 2020

Conversation

terencechain
Copy link
Member

@terencechain terencechain commented Apr 20, 2020

This fixes #5395

Log warn instead of return err if state deletion fails
Noted this code path is only for --diable-new-state-mgmt so almost no risk for current master

@terencechain terencechain requested a review from a team as a code owner April 20, 2020 21:04
@terencechain terencechain self-assigned this Apr 20, 2020
@terencechain terencechain added Ready For Review A pull request ready for code review OK to merge labels Apr 20, 2020
@codecov
Copy link

codecov bot commented Apr 20, 2020

Codecov Report

Merging #5547 into master will decrease coverage by 0.44%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #5547      +/-   ##
==========================================
- Coverage   23.46%   23.02%   -0.45%     
==========================================
  Files         270      235      -35     
  Lines       22465    20421    -2044     
==========================================
- Hits         5271     4701     -570     
+ Misses      16383    14796    -1587     
- Partials      811      924     +113     

@prylabs-bulldozer prylabs-bulldozer bot merged commit 982d935 into master Apr 20, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix-5395 branch April 20, 2020 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Corrupt data in beaconDB causes initial sync to mark blocks as invalid
3 participants