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: Add configurable jitter to minRTT calculation windows #8377

Merged
merged 9 commits into from
Sep 27, 2019

Conversation

tonya11en
Copy link
Member

The jitter field has been added to the minRTT calculation parameters. This jitter is percentage-based and adds a randomized time delta that will be introduced to the start of the minRTT calculation window. This prevents unwanted synchronization of the minRTT calculation windows.

Risk: Very low, filter is not available for use yet.

Fixes #8337

tonya11en and others added 3 commits September 25, 2019 02:41
Signed-off-by: Tony Allen <tony@allen.gg>
Signed-off-by: Tony Allen <tallen@lyft.com>
Signed-off-by: Tony Allen <tallen@lyft.com>
@mattklein123 mattklein123 self-assigned this Sep 25, 2019
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good, thanks with some small nits and fixups needed. I will take another pass once fixed up. Thank you!

/wait

Tony Allen added 2 commits September 26, 2019 11:44
Signed-off-by: Tony Allen <tallen@lyft.com>
Signed-off-by: Tony Allen <tallen@lyft.com>
@repokitteh-read-only
Copy link

CC @envoyproxy/api-shepherds: Your approval is needed for changes made to api/.

🐱

Caused by: #8377 was synchronize by tonya11en.

see: more, trace.

Signed-off-by: Tony Allen <tallen@lyft.com>
Signed-off-by: Tony Allen <tallen@lyft.com>
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks great with 2 small nits.

/wait

Signed-off-by: Tony Allen <tallen@lyft.com>
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mattklein123 mattklein123 merged commit c25b5e0 into envoyproxy:master Sep 27, 2019
danzh2010 pushed a commit to danzh2010/envoy that referenced this pull request Oct 4, 2019
…indows (envoyproxy#8377)

Signed-off-by: Tony Allen <tallen@lyft.com>
@tonya11en tonya11en deleted the acc_jitter branch November 13, 2019 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

adaptive concurrency: Allow configurable jitter to minRTT calculation windows
2 participants