Skip to content

ref(download): Use download service for objectstore requests#1928

Draft
jjbayer wants to merge 6 commits intomasterfrom
ref/apple-download-2
Draft

ref(download): Use download service for objectstore requests#1928
jjbayer wants to merge 6 commits intomasterfrom
ref/apple-download-2

Conversation

@jjbayer
Copy link
Copy Markdown
Member

@jjbayer jjbayer commented Apr 14, 2026

Follow up to #1924: Using the existing service would have prevented the bug in the first place.

Base automatically changed from fix/apple-download-rewind to master April 14, 2026 11:04
jjbayer added a commit that referenced this pull request Apr 14, 2026
Downloads from objectstore did not rewind the `File` object after
downloading, leading to seemingly empty crash reports. This did not
cause an issue for minidumps because they are mapped as `ByteView`.

Follow-up: Use the existing download service
(#1928).

Fixes #1884.
Dav1dde added a commit that referenced this pull request May 6, 2026
Ideally we'd be using the download service directly (as noted in the
comment), there is an attempt in #1928 but requires a bit more thought
and work.

Right now we do see some download failures which can be mitigated with
retries. So while it's not great and makes the `GenericErrorHandler`
public with a helper fn, it's what we got.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant