-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
Freezer is failed to freeze data #20239
Comments
Relevant block: https://goerli.etherscan.io/block/1202001 No transactions, no uncles, so the receipts should be empty. Still, the freezer should return something, but the fact that the receitps are empty might be important when solving this. |
@holiman but even the receipt is nil, the RLP encoded value is [192] which represents an empty list. So freeze shouldn't fail on empty receipt case. |
FTR, I'm only seeing this on Goerli. |
I'm using In other words, the DB was already in a "weird" state long before the fix was in-code. I've cleared the DB now (except ancient), will get back here if it re-surfaces. |
@veox appreciate it! |
Seems the issue still exists in my recent running(Goerli testnet, not sure it's PoA relevant)
|
@rjl493456442 Was having the same error, wiped the database except for ancient, updated geth on my machine, then resynced and appears to be working now |
Can confirm @rjl493456442's findings, issue re-surfaced with v1.9.12. |
I'm having the same issue: Error in block freeze operation err="block receipts missing, can't freeze block 17373890" I'm running a mainnet validator, so I'm a little wary of trying the Am I safe to delete my Also, from what I can gather, this issue is not detrimental to consensus/validator? |
Sometimes we can have such error log shown
Block receipts missing, can't freeze
.The text was updated successfully, but these errors were encountered: