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
[gazelle] Fix 30s hang on javaparser shutdown; avoid GOAWAY noise
The hang happened at shutdown because the server called `System.exit(0)`
without replying to the `Lifecycle.Shutdown` RPC. The gRPC server then
waited up to 30s with an in-flight call. Closing the client socket
immediately would produce a (benign) “Broken pipe” GOAWAY stacktrace.
This change results in far faster shutdown of the gRPC server.
0 commit comments