-
Notifications
You must be signed in to change notification settings - Fork 97
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
Panic when there are no remote hosts #206
Comments
PANIC SCENARIO LOGS
|
GOOD SCENARIO LOGS (server returns gRPC UNAVAILABLE, no panic)
|
放出来代码,看看,有可能是代码写法的问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We get a panic in our Rust Envoy filter when we try to open a new gRPC stream to any hostname that DNS can’t find any hosts for. Reproduced with Envoy versions 1.25.2 and 1.28.2, and the latest Rust proxy-wasm version 0.2.1.
Panic happens when:
There is NOT a panic if there is a server found and it returns gRPC UNAVAILABLE.
Detailed order of events:
Dispatcher.grpc_streams
HashMapDispatcher.on_grpc_receive_initial_metadata()
with token number of the stream that couldn’t get createdSimilar issue: #153
The text was updated successfully, but these errors were encountered: