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

[release/7.0] [RateLimiting] Handle Timer jitter #74971

Merged
merged 8 commits into from
Sep 3, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 1, 2022

Backport of #74360 to release/7.0

/cc @BrennanConroy

Customer Impact

Customer reported issue in #74056.

Due to "timer jitter", at load our rate limiter implementations would skip roughly every other replenish resulting in the user expected rate limit to be 75% of expectations.

Testing

Did manual testing of the customer scenario with different limits and refresh intervals and added internal metrics while testing to make sure the limit was being honored more smoothly than before and closer to the theoretical asked for limit.

Risk

Low.
The users rate limit is now less restrictive than it was in RC1 and previews. This means if they noticed it limiting more than expected they might have increased the limits to get their expected limit. After this change the limits will be respected better at load and could cause more traffic than expected due to their previously increased limits.

Since this is a new feature in 7.0 it's unlikely many people will have noticed this issue yet so it should be low risk to change now.

@ghost
Copy link

ghost commented Sep 1, 2022

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #74360 to release/7.0

/cc @BrennanConroy

Customer Impact

Testing

Risk

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Threading

Milestone: -

@danmoseley
Copy link
Member

approved -- new feature, significant customer feedback.

@carlossanlop
Copy link
Member

Test failure seems to be: #74302

@halter73 can you please code review this and provide a sign-off?

@carlossanlop
Copy link
Member

@BrennanConroy Please let me know when it's ready to merge, I see you pushed a new commit (this also need a code review sign-off).

Co-authored-by: Stephen Halter <halter73@gmail.com>
@BrennanConroy
Copy link
Member

@carlossanlop This is ready now. The failures are unrelated to the change, not sure how to track them since they're fairly poor errors :/

@carlossanlop
Copy link
Member

Yeah, I can confirm that the failures are all infra, unrelated to this. The actual test failure happened in the Networking area, and the logs are unreachable.
Approved by Dan above.
Signed off too.
Ready to merge. :shipit:

@carlossanlop carlossanlop merged commit 8b5185a into release/7.0 Sep 3, 2022
@carlossanlop carlossanlop deleted the backport/pr-74360-to-release/7.0 branch September 3, 2022 00:03
@ghost ghost locked as resolved and limited conversation to collaborators Oct 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants