Skip to content
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

checkPieces sanity check error #9474

Closed
9 of 18 tasks
Tracked by #543
Araquiel opened this issue Oct 12, 2022 · 1 comment
Closed
9 of 18 tasks
Tracked by #543

checkPieces sanity check error #9474

Araquiel opened this issue Oct 12, 2022 · 1 comment

Comments

@Araquiel
Copy link

Araquiel commented Oct 12, 2022

Small edit.

Checklist

  • 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 miner - mining and block production
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt)
  • lotus miner/market - storage deal
  • lotus miner/market - retrieval deal
  • lotus miner/market - data transfer
  • lotus client
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

Lotus Version

lotus version 1.17.1+mainnet+git.8db6a939c
lotus-miner version 1.17.1+mainnet+git.8db6a939c
boostd version 1.4.0+git.690fd27

Describe the Bug

I have a stuck boost deals.
Boost is stuck on "Adding deals into Sectors"
on miner log have error with message:
^IERROR^Isectors^Ipipeline/fsm.go:34^Iunhandled sector error (5388): checkPieces sanity check error:$

  • sector 5388 must have deals, but does not$

problem sectors have a "UpdateReplica" and "CC" state

Logging Information

2022-10-09T20:11:32.004+0500    ERROR   sectors pipeline/states_failed.go:236   sanity check error, not proceeding: +sector 5342 must have deals, but does not
2022-10-09T20:11:32.004+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5342): checkReplica sanity check error:
2022-10-09T20:11:40.004+0500    ERROR   sectors pipeline/states_failed.go:236   sanity check error, not proceeding: +sector 5344 must have deals, but does not
2022-10-09T20:11:40.004+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5344): checkReplica sanity check error:
2022-10-09T20:13:06.004+0500    ERROR   sectors pipeline/states_failed.go:236   sanity check error, not proceeding: +sector 5366 must have deals, but does not
2022-10-09T20:13:06.004+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5366): checkReplica sanity check error:
2022-10-09T20:13:12.003+0500    ERROR   sectors pipeline/states_failed.go:236   sanity check error, not proceeding: +sector 5381 must have deals, but does not
2022-10-09T20:13:12.003+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5381): checkReplica sanity check error:
2022-10-09T22:23:45.095+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5397): checkPieces sanity check error:
2022-10-10T00:32:33.157+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5388): checkPieces sanity check error:
2022-10-10T03:33:45.197+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5412): checkPieces sanity check error:
2022-10-10T04:36:17.309+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5431): checkPieces sanity check error:
2022-10-10T06:27:47.156+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5414): checkPieces sanity check error:
2022-10-10T07:54:13.723+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5413): checkPieces sanity check error:
2022-10-10T09:12:14.559+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5415): checkPieces sanity check error:
2022-10-10T10:18:14.514+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (5477): checkPieces sanity check error:
2022-10-12T06:19:51.258+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (932): checkPieces sanity check error:
2022-10-12T08:27:49.082+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (883): checkPieces sanity check error:
2022-10-12T09:43:49.290+0500    ERROR   sectors pipeline/fsm.go:34      unhandled sector error (939): checkPieces sanity check error:

Repo Steps

  1. seal boost deals
  2. sometime reach that problem
@Reiers
Copy link

Reiers commented Nov 14, 2022

Hi

Thanks for the report. We are unable to reproduce the issue here.
We are rolling out a bunch of Snap Deal fixes in general, so things will get better soon.

Closing issue ticket for now - if you encounter the issue again in current/new releases, please open a new ticket and provide new logs.
Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants