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

FSM: Recover from reorged deal IDs #2791

Closed
magik6k opened this issue Aug 3, 2020 · 3 comments
Closed

FSM: Recover from reorged deal IDs #2791

magik6k opened this issue Aug 3, 2020 · 3 comments
Labels
area/markets Area: Markets dif/medium Prior development experience with lotus is likely helpful effort/hours Effort: Hours help wanted Extra attention is needed kind/enhancement Kind: Enhancement P1 P1: Must be resolved

Comments

@magik6k
Copy link
Contributor

magik6k commented Aug 3, 2020

2020-08-03T23:27:52.443+0200	�[31mERROR�[0m	sectors	[email protected]/states_sealing.go:85	handlePreCommit1: api error, not proceeding: getting deal 2910 for piece 0: deal 2910 not found
2020-08-03T23:27:52.443+0200	�[31mERROR�[0m	sectors	[email protected]/states_sealing.go:85	handlePreCommit1: api error, not proceeding: getting deal 2896 for piece 0: deal 2896 not found

I think the only thing we can do in this case is to just go through the market actor deals, and look for related deal proposal

This can also be made much less likely to happen by setting larger confidence numbers when getting DealID, but that increases deal-to-sealed-sector latency even more

@magik6k magik6k added help wanted Extra attention is needed P3 P3: Might get resolved dif/medium Prior development experience with lotus is likely helpful kind/enhancement Kind: Enhancement effort/hours Effort: Hours area/sealing/fsm labels Aug 3, 2020
@Shekelme
Copy link

Shekelme commented Aug 7, 2020

My lotus-miner got idle after this error. The number of sectors in "PreCommit1" status has increased overnight, but the lotus-miner process is simply idle.

@hannahhoward
Copy link
Contributor

@Stebalien I put this in the "markets" backlog but it is really a StorageFSM ticket -- you may want to look at it.

@daviddias daviddias added P1 P1: Must be resolved area/markets Area: Markets labels Aug 31, 2020
@magik6k magik6k removed the P3 P3: Might get resolved label Aug 31, 2020
@magik6k
Copy link
Contributor Author

magik6k commented Aug 31, 2020

Done in #3350

@magik6k magik6k closed this as completed Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/markets Area: Markets dif/medium Prior development experience with lotus is likely helpful effort/hours Effort: Hours help wanted Extra attention is needed kind/enhancement Kind: Enhancement P1 P1: Must be resolved
Projects
None yet
Development

No branches or pull requests

4 participants