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

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: 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
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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
            Reporter:
            Vojislav Stojkovic
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: