filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.83k stars 1.25k forks source link

sealing pipeine: recycle mis-assigned deals #9634

Open magik6k opened 1 year ago

magik6k commented 1 year ago

See https://github.com/filecoin-project/lotus/pull/9601#issuecomment-1311624820

Today deals which get assigned, but weren't added to a sector will fail; We can relatively easily move them back to the deal-assigning queue.

magik6k commented 1 year ago

Turns out that this is maybe not going to be needed (as much) with the much more connect fix in https://github.com/filecoin-project/lotus/pull/9642