filecoin-project / filecoin-project/boost
When restarting Boost, call AddPiece / SectorAddPieceToAny for oldest downloaded pieces first
Open
area/storage
need/lotus-support
- Dominant language
- Go
- Stars
- 121
- Forks
- 79
- Avg merge
- 10d 14h
- Merged PRs (30d)
- 1
Description
For miners that have many deals staged, on occasion we end up with very old deals that don't get their fair scheduling for a new sector -- newer deals keep on getting added to new sectors, while older deals are stuck in `Adding to sector` stage.
We should make sure that we prioritise adding deals to sectors based on `CreatedAt` timestamp or `StartEpoch`.
---
Related: https://github.com/filecoin-project/lotus/issues/9288
Contributor guide
Assessment
This issue has not been assessed yet.