Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adaptive concurrency: Allow configurable jitter to minRTT calculation windows #8337

Closed
tonya11en opened this issue Sep 23, 2019 · 0 comments · Fixed by #8377
Closed

adaptive concurrency: Allow configurable jitter to minRTT calculation windows #8337

tonya11en opened this issue Sep 23, 2019 · 0 comments · Fixed by #8377
Labels
enhancement Feature requests. Not bugs or questions.

Comments

@tonya11en
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests. Not bugs or questions.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants