bug
clear_partials` unconditionally unlinks every file in `incoming/`, but `BlobStore::writer` (store.rs:171) and `link` (store.rs:147) keep *in-progress* fetches and index temp writes in that same… clear_partials` unconditionally unlinks every file in `incoming/`, but `BlobStore::writer` (store.rs:171) and `link` (store.rs:147) keep *in-progress* fetches and index temp writes in that same directory — the doc claim "a file in `incoming` is a fetch that is not coming back" is false, so any sweep concurrent with a download (every 15 min via `spawn_sweeps`) deletes the partial out from under the writer and the fetch fails at `commit`'s rename
services/proxy/src/sweep.rs:224
Evidence quote
Not recorded
Suggested fix
Not recorded