-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failed to prune store err=Value missing for key #27
Comments
not resolved actually, the sdk team is still working on it. |
really? thats sad. Does it work with custom pruning? Or it has to be prune=nothing |
Current workaround: Use prune=nothing |
@yihuang you have any news regarding this bug? Does this PR fix the issue? crypto-org-chain/cronos#1702 |
iavl 1.2.2 should have fixed that |
@yihuang that's good news. Thanks for your info, let us patch it! |
Context
When starting a node with prune mode=default or mode=everything -> the node will show pruning errors like in the title. This bug is from the new IAVL 1.2.0 version and is patched in the release 1.2.x branch.
To Reproduce
Failed to prune store... or Error deleting legacy versions
Expected behavior
There shouldn't be any error logs
Screenshots
Additional context
The bug is originally mentioned here: crypto-org-chain/cronos#1672
How they resolved: crypto-org-chain/cronos#1673
The text was updated successfully, but these errors were encountered: