-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
[Enhancement] Optimize the graceful shutdown for the proxy remoting protocol server. #8599
Closed
1 task done
Closed
1 task done
Labels
Comments
lizhimins
pushed a commit
that referenced
this issue
Sep 5, 2024
lizhimins
pushed a commit
that referenced
this issue
Sep 13, 2024
…e proxy and add channel id in logs (#8685)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before Creating the Enhancement Request
Summary
When the proxy shutdown, gRPC services utilize the HTTP2 GO_AWAY mechanism to gracefully shut down. However, the current implementation of the GO_AWAY mechanism in the remoting protocol still has some unresolved issues, including the lack of server-side logging, repeated channel recreation, and the GO_AWAY only can be received once by client.
Motivation
Optimize the graceful shutdown for the proxy remoting protocol server.
Describe the Solution You'd Like
Describe Alternatives You've Considered
need more discuss
Additional Context
No response
The text was updated successfully, but these errors were encountered: