Do not exempt requests from IngressRequestRateLimiter queueing according to their contents

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc1
    • Affects Version/s: None
    • Component/s: None
    • Workload Resilience
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      On mongod, IngressRequestRateLimiter queueing currently uses the existing isExemptFromAdmissionControl to determine whether the queue can be bypassed, which is calculated by looking at the command name/body/etc. This is inconsistent with operations that acquire a token without queueing, which dont inspect the body of the request at all. We should remove this exemption logic to ensure both paths are consistent.

            Assignee:
            Patrick Freed
            Reporter:
            Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: