Skip to content

fix(minidump): Use async decompressing - #6341

Merged
tobias-wilfert merged 9 commits into
masterfrom
tobias-wilfert/fix/use-async-decompressing
Sep 3, 2026
Merged

fix(minidump): Use async decompressing#6341
tobias-wilfert merged 9 commits into
masterfrom
tobias-wilfert/fix/use-async-decompressing

Conversation

@tobias-wilfert

@tobias-wilfert tobias-wilfert commented Sep 1, 2026

Copy link
Copy Markdown
Member

Instead of using sync decompression indecode_minidump reuse the async decompression that we already have for streams.

ref: INGEST-1140

@tobias-wilfert tobias-wilfert self-assigned this Sep 1, 2026
@linear-code

linear-code Bot commented Sep 1, 2026

Copy link
Copy Markdown

INGEST-1140

Comment on lines -1018 to -1019
/// The number of times that relay receives a compressed minidump.
CompressedMinidump,

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed it since we don't need it anymore.

Comment thread relay-server/src/endpoints/minidump.rs
Comment thread relay-server/src/endpoints/minidump.rs
@tobias-wilfert tobias-wilfert changed the title WIP: fix(minidump): Use async decompressing fix(minidump): Use async decompressing Sep 1, 2026
@tobias-wilfert
tobias-wilfert marked this pull request as ready for review September 1, 2026 12:04
@tobias-wilfert
tobias-wilfert requested a review from a team as a code owner September 1, 2026 12:04

@Dav1dde Dav1dde left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@tobias-wilfert
tobias-wilfert added this pull request to the merge queue Sep 3, 2026
Merged via the queue into master with commit 0bc3a7c Sep 3, 2026
35 checks passed
@tobias-wilfert
tobias-wilfert deleted the tobias-wilfert/fix/use-async-decompressing branch September 3, 2026 11:47
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.

3 participants