-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error when walking vm_messages
#1088
Labels
kind/bug
Kind: Bug
Comments
frrist
added a commit
that referenced
this issue
Nov 16, 2022
frrist
added a commit
that referenced
this issue
Nov 16, 2022
Heya @frrist! Spotted this error again: {
"level":"info",
"ts":"2022-12-14T16:42:55.270Z",
"msg":"error found for height 2243044: [{\"Cid\":{\"/\":\"bafy2bzaceb2ywpipkptpxop72i5uhvf45j3rwjpexef4loexgiocuavkfexpk\"},\"Error\":\"failed to get to actor code for message: bafy2bzacecnfhqvpcljsdbxvwohnocdthy5mub5zgdirtce45ocpopudonow6 to address f1jeautnpgr6js6uqtm4aa6mf6dvhn3unbdcvpbpy\"}]",
"task":"vm_messages"
} This was when walking the |
Same happening at height |
@davidgasquez this looks like it may be a duplicate of: #1110 |
via #1112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The task
vm_messages
is returning some errors when runninglily job walk
on some archival snapshots.Steps to Reproduce:
aws s3 cp "s3://sentinel-backfill/historical-exports/snapshot_2880_5762_1666948097.car.zst" .
unzstd snapshot_2880_5762_1666948097.car.zst -o /tmp/snapshot.car
lily init --config=config.toml --import-snapshot /tmp/snapshot.car
nohup lily daemon --config=config.toml --bootstrap=false &> lily.log &
4987
:lily job run --storage=CSV walk --from 4950 --to 5000
cat visor_processing_reports.csv | grep ERROR
This is the
config.toml
file:The
visor_processing_reports.csv
has the following error:And the
lily.log
file has these lines:Lily Version: v0.12.0+6-g8d3c4b7
The text was updated successfully, but these errors were encountered: