-
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
block/chunk corrupted: missing chunk part when restart lotus-miner #4045
Comments
Was your disk space full? |
no, 58% used |
Used leveldb to repair metadata, however, sst file in staging is missed also, therefore no sector list. So, I think we need a tool to reconstruct the metainfo of sectors from chain state. Otherwise, all sectors are lost. |
Another one
|
|
FYI, I faced the same issue. And I just solved it by editing the code to stop loading at the point of corruption so that I can recover the data as much as I have. |
Hi @yydfjt Thanks for the report. The issue is outdated. If this is an issue in the current release - please open a new ticket. Thank you ! |
Describe the bug
ERROR: starting node: could not build arguments for function "github.com/filecoin-project/lotus/node/modules/lp2p".StartListening.func1 (/home/mcloud/ceph/current/lotus-0.8.0/node/modules/lp2p/addrs.go:98): failed to build host.Host: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): failed to build lp2p.BaseIpfsRouting: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): failed to build dtypes.MetadataDS: received non-nil error from function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): opening datastore /metadata: leveldb/journal: block/chunk corrupted: missing chunk part (0 bytes) [file=15008041.log]
To Reproduce
Steps to reproduce the behavior:
lotus-miner stop
tooks too much time, then kill the process;lotus-miner run
got this logExpected behavior
lotus-miner can run
Screenshots
If applicable, add screenshots to help explain your problem.
Version (run
lotus version
):0.8.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: