Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10352

Docs for SERVER-29237: Add maxConnecting in asio connpool

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.5.9, 3.2.15, 3.4.6
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Documentation Request Summary:

      Adding in a new sharding task executor pool set parameter.

      The parameter controls the number of simultaneous connections a pool can initiate to a host. The default remains unlimited, while smaller finite values can prevent a mongos from bursting down a mongod in the event of intermittent slowdowns and disconnects (networking, step down, etc)

      Engineering Ticket Description:

      A new connection pool option which controls that rate at which we add new connections. It changes behavior so that only N connections can be in the processing state at any one time (in setup/refresh). More connections will be added, if needed, as each new connection completes,
      fails or times out.

      available in mongos via ShardingTaskExecutorPoolMaxConnecting, defaults to unlimited.

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            emily.hall Emily Hall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 42 weeks, 4 days ago