-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hyper::Error(User(DispatchGone) on client request using tonic #3714
Comments
Hm, this stack trace is for one of the later panics, just about poison. Do you have one for the dangling store key? I can't imagine how you even got a store key with a stream ID of 0. I've looked through and any frame type that relates to streams has a check for the ID.... Unless we missed it somewhere. |
This is all I got for this one, as we flush tracing and exit the process from the panic hook. |
Here is another one, which I think is from the initial panic:
|
Version
hyper = "0.14"
viatonic = "0.11"
h2 = "0.3.26"
Platform
Linux 6.1.97-104.177.amzn2023.aarch64
Description
We encountered a rare request failure in the wild. We do not have a local repro for this situation. Our setup is a tonic gRPC service using unix socket transport.
error:
panic messages:
backtrace:
The text was updated successfully, but these errors were encountered: