You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a security-related bug/issue. If it is, please follow please follow the security policy.
This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
This is not a new feature request. If it is, please file a feature request instead.
This is not an enhancement request. If it is, please file a improvement suggestion instead.
I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
I am running the Latest release, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
I did not make any code changes to lotus.
Lotus component
lotus daemon - chain sync
Lotus Version
1.18.0
Describe the Bug
The panic says enough;
panic: interface conversion: *blockstore.discardstore is not blockstore.BlockstoreIterator: missing method ForEachKey
goroutine 143496878 [running]:
github.com/filecoin-project/lotus/blockstore/splitstore.(*SplitStore).doPrune(0xc000273400, 0xc047b33800, 0x2?, 0xc0378e7f98)
/home/filecoinnew/lotus/blockstore/splitstore/splitstore_prune.go:220 +0x93c
github.com/filecoin-project/lotus/blockstore/splitstore.(*SplitStore).prune(0x39eb180?, 0x0?, 0x0?, 0xc0004bd380?)
/home/filecoinnew/lotus/blockstore/splitstore/splitstore_prune.go:131 +0x194
github.com/filecoin-project/lotus/blockstore/splitstore.(*SplitStore).HeadChange.func2()
/home/filecoinnew/lotus/blockstore/splitstore/splitstore_compact.go:167 +0x2a5
created by github.com/filecoin-project/lotus/blockstore/splitstore.(*SplitStore).HeadChange
/home/filecoinnew/lotus/blockstore/splitstore/splitstore_compact.go:140 +0x338
Repo Steps
Run 1.18.0 with chain prune enabled
The text was updated successfully, but these errors were encountered:
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
The panic says enough;
Repo Steps
The text was updated successfully, but these errors were encountered: