You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The adaptive concurrency control filter periodically recalculates the expected minimum round-trip time for requests. This recalculation drops the allowed concurrency limit to 1 while it measures this value, leading to a drop in success rate.
This effect can be mitigated using a previous_hosts retry predicate. However, to prevent synchronization of these minRTT calculation windows, it will be necessary to introduce a jitter parameter (allowing us to specify the duration + or - some delta) to the filter config.
The adaptive concurrency control filter periodically recalculates the expected minimum round-trip time for requests. This recalculation drops the allowed concurrency limit to 1 while it measures this value, leading to a drop in success rate.
This effect can be mitigated using a previous_hosts retry predicate. However, to prevent synchronization of these minRTT calculation windows, it will be necessary to introduce a jitter parameter (allowing us to specify the duration + or - some delta) to the filter config.
For simplicity, this could be percentage based.
Relates to #7789
The text was updated successfully, but these errors were encountered: