Change bundle upload and download logic to be less memory hungry #171
Labels
CAFS
issues related to CAFS
harmonization
Internal code changes that do not result in bug fixes or new features.
P0
Highest priority. Current planned for work.
Currently the CAFS writer has to keep a record in the channel for each chunk that is uploaded until the flush is called. This leads to channel sizes that are large enough to handle the larges possible file. This needs to change to where the channels are being drained in parallel.
The text was updated successfully, but these errors were encountered: