-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
prune Lite Fullnode data error: data not found in store #5656
Comments
Have you tried to use the official data to generate Lite Fullnode data? Have you tried to stop the node abnormally? |
@lurais Because I don't have enough disk space, I regularly use Toolkit for generating or pruning Lite Fullnode data. I stop the node by |
From the error log, some data may be exist in checkpoint but not found in the other stores(just like block-index), can you provide the config file you used to start the node? |
It's also possible that |
@forfreeday The error doesn't happen every time. |
|
Based on the configuration file, it appears that the issue may be caused by using checkpoint v2 without querying from it in the code. However, I have noticed that the pull request (o85372940#8) may fix the issue. You could merge it and check again to see if it resolves the problem. |
How to fix this bug? Is there any good solution? |
The pull request available at o85372940#8 can be merged to see if it fixes the issue. |
close with #5658. |
I use Toolkit pruning Lite Fullnode data regularly.
Expected behaviour
It can be executed normally.
Actual behaviour
The command sometimes quits abnormally.
Steps to reproduce the behaviour
Backtrace
The text was updated successfully, but these errors were encountered: