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

query: queryable is not respecting limits #7679

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

MichaHoffmann
Copy link
Contributor

@MichaHoffmann MichaHoffmann commented Sep 1, 2024

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

We were not using the limited store in the queryable used for implementing Select for the query engine. As a result query limits are never applied inside of the root querier even if configured. They would only be respected if the querier operated as a series proxy.

Verification

Tested it locally; Limits were applied in a build from this PR but not in a build from main.

@MichaHoffmann MichaHoffmann force-pushed the mhoffmann/queryable-is-not-respecting-limits branch from b9fd921 to 69389d0 Compare September 1, 2024 15:10
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
@GiedriusS GiedriusS merged commit 3270568 into main Sep 2, 2024
22 checks passed
@GiedriusS GiedriusS deleted the mhoffmann/queryable-is-not-respecting-limits branch September 2, 2024 06:55
didukh86 pushed a commit to didukh86/thanos that referenced this pull request Sep 4, 2024
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
jnyi pushed a commit to jnyi/thanos that referenced this pull request Oct 17, 2024
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
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.

2 participants