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

Set the default value of ingress admission control pool size to DEFAULT_MAX_CONN

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: IDL
    • Workload Scheduling
    • Fully Compatible
    • Workload Scheduling 2024-09-16, Workload Scheduling 2024-09-30

      Currently, the default value of ingress admission control pool size is hard-coded to 1,000,000 in the IDL file. However, this value was chosen because it's the default value for the maxConns server option, so we should probably do what we do in server_options_general.idl and set the default value to:

      { expr: 'static_cast<int>(DEFAULT_MAX_CONN)' }
      

            Assignee:
            james.stone@mongodb.com James Stone
            Reporter:
            vojislav.stojkovic@mongodb.com Vojislav Stojkovic
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: