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

Show warnings for lazySeriesSet #10277

Merged
merged 3 commits into from
Jan 2, 2025
Merged

Conversation

zenador
Copy link
Contributor

@zenador zenador commented Dec 18, 2024

What this PR does

Fixes a bug where warning/info annotations are missing when we use lazy querier.

Which issue(s) this PR fixes or relates to

N/A

Checklist

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

@zenador zenador requested a review from a team as a code owner December 18, 2024 20:26
CHANGELOG.md Outdated
@@ -12,6 +12,7 @@
* [ENHANCEMENT] Distributor: Add native histogram support for `electedReplicaPropagationTime` metric in ha_tracker. #10264
* [BUGFIX] Distributor: Use a boolean to track changes while merging the ReplicaDesc components, rather than comparing the objects directly. #10185
* [BUGFIX] Querier: fix timeout responding to query-frontend when response size is very close to `-querier.frontend-client.grpc-max-send-msg-size`. #10154
* [BUGFIX] Querier: show warning/info annotations in some cases where they were missing (if a lazy querier was used). #10277
Copy link
Contributor

Choose a reason for hiding this comment

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

this also affects the query-frontend, right?

Copy link
Contributor Author

@zenador zenador Jan 2, 2025

Choose a reason for hiding this comment

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

Actually NewLazyQueryable seems only used in the frontend, I guess it should just be changed to that instead of querier? Nevermind, NewLazyQuerier is used in the querier.

@zenador zenador merged commit e610fcb into main Jan 2, 2025
29 checks passed
@zenador zenador deleted the zenador/warnings-lazyseriesset branch January 2, 2025 15:18
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.

2 participants