-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Networking & Observability
-
Egress gRPC 2025-01-31, Egress gRPC 2025-02-14
-
2
The dropAllConnections command is implemented by closing all the EgressConnectionClosers registerted with the EgressConnectionCloserManager. The mainly used EgressConnectionCloser is ConnectionPool however, which only closes the {{transport::Session}}s it manages. For gRPC, this means the underlying TCP connections managed by the channel remain open, when they should probably be closed.
- depends on
-
SERVER-99361 Skip handshake on stream establishment when using gRPC
- In Progress