-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
ClusterScalability 22Jun-6Jul, ClusterScalability 6Jul-20Jul
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Behavior
New unit tests added in PR 55031 (SERVER-127628) discovered that when there is zero retry-budget, no retries occur, but sharding statistic numOperationsRetriedAtLeastOnceDueToOverload is still incremented by 1.
Root Cause
Currently, numOperationsRetriedAtLeastOnceDueToOverload is incremented whenever a SystemOverloadedError label is seen, even when no retries occurs.
Based on the name of the variable, this behavior seems incorrect, but logging this ticket to let the WR team take a closer look.
- is related to
-
SERVER-127628 Test rate limiter error propagation for simple request to one shard
-
- Closed
-
- related to
-
SERVER-130672 ingress_request_rate_limiter_maxtimems_backoff.js fails after SERVER-129657: overload retry counters now correctly report 0
-
- Closed
-
-
SERVER-130691 Complete TODO listed in SERVER-129657
-
- Closed
-