PAR2 generation in streaming mode (requires 2-pass or trade-offs) #149
Labels
No labels
agent/review
priority/high
priority/low
priority/medium
status/blocked
status/wontfix
time/marathon
time/quickwin
type/bug
type/cicd
type/docs
type/feature
type/security
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thwap/manta-archiver#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PAR2 generation in streaming mode depends on metadata generation without seeking (#148) and is not yet implemented. Requires either a two‑pass design or trade‑offs (e.g., storing parity blocks after the data).
PAR2 generation in streaming mode requires either a two‑pass approach (read, compute parity, write) or storing the entire stream in memory. Since streaming archives are typically used for pipelined operations where the source cannot be rewound, PAR2 generation is not practical. Moreover, streaming obviates PAR2: the primary use case for PAR2 is long‑term storage with corruption resilience, not transient streams.
Per user instruction, we are punting on this sub‑task. Closing as deferred/wontfix.