-
Notifications
You must be signed in to change notification settings - Fork 817
Cancel abandoned operations in ReplicationSet.Do() #3178
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,7 @@ | |
* [BUGFIX] Configs: prevent validation of templates to fail when using template functions. #3157 | ||
* [BUGFIX] Configuring the S3 URL with an `@` but without username and password doesn't enable the AWS static credentials anymore. #3170 | ||
* [BUGFIX] Limit errors on ranged queries (`api/v1/query_range`) no longer return a status code `500` but `422` instead. #3167 | ||
* [BUGFIX] No-longer-needed ingester operations from queries are now canceled. #3178 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've just merged a PR to cut the CHANGELOG because of the upcoming There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I left the same comment, but Bryan correctly told it's intended to be "queries" because it affects both queriers and rulers. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Well, it confused two of us, so perhaps better wording like "operations caused by queries" would improve it? |
||
|
||
## 1.3.0 / 2020-08-21 | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.