-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
N&O 2025-07-07
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
To ensure we exercise the code for connection establishment rate limiting outside of the targetted noPassthrough tests, we will want to add the following parameters to the config fuzzer, with the following bounds to ensure we aren't too restrictive (which could cause test timeouts):
ingressSessionEstablishmentRateLimiterEnabled: [true, false] ingressConnectionEstablishmentBurstCapacitySecs: [0.1, DBL_MAX] ingressConnectionEstablishmentMaxQueueDepth: [100, INT_MAX] ingressConnectionEstablishmentRatePerSec: [20, INT_MAX]
- is related to
-
SERVER-106534 Add IngressRequestRateLimiter parameters to config fuzzer
-
- Open
-