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

Revert "Prevent failed ingestion from affecting rate limiting in distributor. (#3825)" #3948

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

pracucci
Copy link
Contributor

What this PR does:
We had an incident with a customer remote writing an high volume of out of order samples, which basically bypassed the rate limit because of the changes done in #3825 and the issue described in #3890.

Given we want to improve the rate limit, I would suggest to quickly rollback #3825 and take more time to properly address the ingestion rate limit. I think we should backport this rollback to 1.8 too. /cc @pstibrany

Which issue(s) this PR fixes:
N/A

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@pracucci pracucci requested review from gouthamve, pstibrany and bboreham and removed request for gouthamve March 12, 2021 13:34
Copy link
Contributor

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

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

LGTM.

@pracucci pracucci merged commit 6aa2a69 into cortexproject:master Mar 12, 2021
@pracucci pracucci deleted the revert-3825 branch March 12, 2021 14:45
pstibrany pushed a commit to pstibrany/cortex that referenced this pull request Mar 15, 2021
…ributor. (cortexproject#3825)" (cortexproject#3948)

This reverts commit 9ba848b.

Signed-off-by: Marco Pracucci <[email protected]>
(cherry picked from commit 6aa2a69)
@pstibrany pstibrany mentioned this pull request Mar 15, 2021
1 task
pstibrany added a commit that referenced this pull request Mar 15, 2021
* Revert "Prevent failed ingestion from affecting rate limiting in distributor. (#3825)" (#3948)

This reverts commit 9ba848b.

Signed-off-by: Marco Pracucci <[email protected]>
(cherry picked from commit 6aa2a69)

* Update VERSION

Signed-off-by: Peter Štibraný <[email protected]>

Co-authored-by: Marco Pracucci <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants