-
Notifications
You must be signed in to change notification settings - Fork 1.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
[BUG] LOTUS_ENABLE_CHAINSTORE_FALLBACK=1 invalid #6055
Comments
After magik6k Fix fallback chainstore #6003 |
lotus version 1.7.0-dev+mainnet+git.b54b1303f |
The error is suggesting you dont have the state. |
I have removed datastore/chain, and reimporting https://fil-chain-snapshots-fallback.s3.amazonaws.com/mainnet/complete_chain_with_finality_stateroots_latest.car; |
I use v1.9.0rc1 to build lotus, and start with LOTUS_ENABLE_CHAINSTORE_FALLBACK=1 env. I got 'block not found' error too. I want to know if the lotus node will pull missing state/receipts from the network with that env. And if true, why it doesn't work? |
v1.10.1 Still fail |
When I set LOTUS_ENABLE_CHAINSTORE_FALLBACK=1 and then start lotus daemon:
An error occurred when I query some historical data:
{\"code\": 1, \"msg\"\": load state tree: failed to load state tree: failed to load hamt node: blockstore: block not found}"}
The text was updated successfully, but these errors were encountered: