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

blob backfilling #13029

Closed
kasey opened this issue Oct 10, 2023 · 1 comment · Fixed by #13595
Closed

blob backfilling #13029

kasey opened this issue Oct 10, 2023 · 1 comment · Fixed by #13595
Assignees
Labels
backfill Deneb PRs or issues for the Deneb upgrade Sync Sync (regular, initial, checkpoint) related issues

Comments

@kasey
Copy link
Contributor

kasey commented Oct 10, 2023

🚀 Feature Request

Description

Implement blob backfilling on top of the block backfilling feature (assumes #12968 is merged)

Describe the solution you'd like

The simplest solution is for the backfill workers to download blobs for the given blocks after the blocks have been downloaded.

Describe alternatives you've considered

We could consider backfilling blocks in parallel with blocks, but this would make the backfilling process more complicated. Parallelization becomes much more manageable after we implement #13028.

@kasey kasey self-assigned this Oct 10, 2023
@kasey kasey added Sync Sync (regular, initial, checkpoint) related issues backfill Deneb PRs or issues for the Deneb upgrade labels Oct 10, 2023
@terencechain
Copy link
Member

duplicated #12993

@terencechain terencechain moved this to Todo in Deneb Progress Oct 10, 2023
@terencechain terencechain moved this from Todo to In Progress in Deneb Progress Oct 24, 2023
@kasey kasey mentioned this issue Feb 7, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Deneb Progress Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backfill Deneb PRs or issues for the Deneb upgrade Sync Sync (regular, initial, checkpoint) related issues
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants