You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: cannot consume from pending buffer
?, in rust_begin_unwind
?, in object_store::buffered::BufReader::consume
?, in async_compression::tokio::bufread::generic::decoder::Decoder<T>::poll_read
?, in crates_io_cdn_logs::count_downloads::{{closure}}::{{closure}}
?, in tracing::instrument::Instrumented<T>::poll
...
(16 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
first up: this has only been panicking on our staging environment, not on production.
Sentry pointed out that 00b5b2e (aka. #9622) was the first release that saw this behavior, and since async_compression is involved in the stacktrace that seems like a very likely root cause.
Sentry Issue: CRATES-IO-BACKEND-3YV
The text was updated successfully, but these errors were encountered: