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

Introduce ConnectionPool-global maxPendingConnections

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Networking & Observability

      ConnectionPool::SpecificPool currently limits the maximum number of connections that can concurrently be established to a single host at a time (maxPendingConnections). However, there is no such limit on the total number of connections that can concurrently be established across all hosts/SpecificPool instances that a given ConnectionPool is associated with. Such a limit could be useful for more gracefully handling network disruption events where connections to a large number of hosts will be need to be re-established, such as when an RSM needs to begin re-monitoring a large sharded cluster.

            Assignee:
            Unassigned Unassigned
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: