Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-99034

Ensure dropAllConnections command drops gRPC channels

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 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.

            Assignee:
            joseph.prince@mongodb.com Joseph Prince
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: