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
This is the parent tracking issue related to the handling of non-car files within Boost.
Problem Statement
The current design of Boost assumes that all the deals are made with car files. There is no provision to handle a deal which might be blobs of data or concatenate car files (data segment indexing).
Change Proposal
To successfully handle the non-car files, we need to make multiple changes in Boost architecture and internal deal flow. These changes would need to be shipped in a single release to avoid breaking any existing functionality and introducing new bugs. The list of required changes is below along with their tracking issues or PRs
current discussion here is to support a strict PoDSI deal structure first, while continuing to understand what expectations should be made around arbitrary non-car deals
This is the parent tracking issue related to the handling of non-car files within Boost.
Problem Statement
The current design of Boost assumes that all the deals are made with car files. There is no provision to handle a deal which might be blobs of data or concatenate car files (data segment indexing).
Change Proposal
To successfully handle the non-car files, we need to make multiple changes in Boost architecture and internal deal flow. These changes would need to be shipped in a single release to avoid breaking any existing functionality and introducing new bugs. The list of required changes is below along with their tracking issues or PRs
Merge all the new changes to a feature branch
Handle commP for non-car file
Handle generating index for concatenate car files (data segment indexing)
Handle deal flow error for non-car files
Update piece-doctor
Handle LID recovery for non-car file
Update Boost docs
The text was updated successfully, but these errors were encountered: