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

fix: Make batch sealing retry correct #367

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Conversation

magik6k
Copy link
Collaborator

@magik6k magik6k commented Jan 14, 2025

The main bug this is fixing is making the reference tracker survive restarts, and making C1 code correctly recompute partial output.

Plus some smaller defensive measures + new metrics.

@magik6k magik6k force-pushed the fix/supra-robustness branch from e428655 to 6fded64 Compare January 14, 2025 09:33
@magik6k magik6k changed the base branch from boost-adapter to main January 14, 2025 10:31
@magik6k magik6k force-pushed the fix/supra-robustness branch from 6fded64 to e4b9bfd Compare January 14, 2025 10:43
@magik6k magik6k force-pushed the fix/supra-robustness branch from 200fe5d to f555428 Compare January 14, 2025 11:15
@magik6k magik6k force-pushed the fix/supra-robustness branch from 23cb1bc to 4caf9ad Compare January 14, 2025 21:09
@magik6k magik6k marked this pull request as ready for review January 14, 2025 21:34
@magik6k magik6k changed the title Supraseal robustness branch fix: Make batch sealing retry correct Jan 14, 2025
@magik6k magik6k requested review from LexLuthr and snadrus and removed request for LexLuthr January 14, 2025 21:37
Copy link
Contributor

@snadrus snadrus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add something to the docs folder about this?

PipelineSlot uint64 `db:"pipeline_slot"`
}
err := db.Select(context.Background(), &slotRefs,
`SELECT sp_id, sector_number, pipeline_slot FROM batch_sector_refs WHERE machine_host_and_port = $1`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if it crashed last time? Will db values get stuck in use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants