filecoin-project / filecoin-project/boost

When restarting Boost, call AddPiece / SectorAddPieceToAny for oldest downloaded pieces first

Open
#784 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.