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

High availability of WindowPoSt #10991

Closed
10 tasks done
Tracked by #10340
rjan90 opened this issue Jun 19, 2023 · 1 comment
Closed
10 tasks done
Tracked by #10340

High availability of WindowPoSt #10991

rjan90 opened this issue Jun 19, 2023 · 1 comment
Assignees
Labels
area/MinerV2 lotus-provider
Milestone

Comments

@rjan90
Copy link
Contributor

rjan90 commented Jun 19, 2023

WIP tracking issue for HA of WindowPoSt

User Story:

  • As a storage provider (SP) I need a high availability solution for windowPoSt to ensure that I don't miss any proving deadlines, scheduling, computations and submissions. This will allow me to maintain and maximize the reliability of my services, and not lose block rewards or get slashed due to unnecessary failed proving deadlines.

Acceptance Criteria:

  • The system should allow for disruption-free proving during Lotus-Miner restarts.
  • The system should know if a deadline/partition already has been proven, to prevent redoing a WindowPoSt computation at restarts.
  • The proving process should skip sectors if its is unable to read their required files, instead of failing the whole proving deadline.

Technical Scope

@snadrus
Copy link
Collaborator

snadrus commented Jan 30, 2024

This is resolved by the lotus-provider binary.

@snadrus snadrus closed this as completed Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/MinerV2 lotus-provider
Projects
None yet
Development

No branches or pull requests

3 participants