You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🚀 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.
The text was updated successfully, but these errors were encountered: