-
Notifications
You must be signed in to change notification settings - Fork 99
Labels
bugSomething isn't workingSomething isn't working
Description
In rust-lang/crates.io#9622 we upgraded crates.io to the latest async-compression
release (v0.4.14), which appears to be causing issues on our staging environment:
https://rust-lang.sentry.io/share/issue/9e273e28600f48a5aec2ad9e127afbbf/
The code inside the object_store
crate is throwing a "cannot consume from pending buffer" panic, but the root cause seems to be originating from the async-compression
crate. We use both crates roughly like this:
let reader = object_store::buffered::BufReader::new(store, &meta);
let decompressor = Decompressor::from_extension(reader, path.extension())?;
I assume that #294 is causing this issue, but I don't know the code well enough to find the exact bug in the code changes that are causing this behavior.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working