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

Bug: SGW/Querier is not timing out the query even with lower querier timeout setting #10546

Open
rishabhkumar92 opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rishabhkumar92
Copy link

What is the bug?

Hello team,

We try to cancel long expensive query by having lower than default timeout(2m). We are setting it to 1m (reference) but we are seeing long term expensive historical queries taking 100s which is causing resource starvation issues and impact other queries.

How to reproduce it?

  1. Start Mimir 2.14.3
  2. Set querier.timeout to 1m under querier block (ref), execute some expensive query which takes more than a minute and it's not timing out.

What did you think would happen?

Expected behavior: Query should timeout after a min if timeout is being set to 1m.
Actual behavior: Expensive query are taking > 100s to execute causing SGW resource starvation and impacting other smaller query.

What was your environment?

Kubernetes

Any additional context to share?

No response

@rishabhkumar92 rishabhkumar92 added the bug Something isn't working label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant