-
Notifications
You must be signed in to change notification settings - Fork 543
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
Lots of "error processing requests from scheduler"
in querier logs
#8067
Comments
Hi, I wonder if there could have been a bug introduced in one of the 2 linked PRs. We recently upgraded to 2.12 and started to see this issue mention on slack.
More context from our side:
|
this looks related to the query-frontend<>query-scheduler communication. The two linked PRs are making changes only after enqueuing the request. It's unlikely that's influencing enqueuing (not impossible, but unlikely). Can you open a new issue for this @jmichalek132? |
Describe the bug
A clear and concise description of what the bug is.
In our querier logs, we are seeing a lot of
"error contacting scheduler"
and"error processing requests from scheduler"
errors.At the same time, we do see logs such as
"Starting querier worker connected to query-scheduler"
that suggest that query is able to discover the query-schedulers.To Reproduce
Steps to reproduce the behavior:
Run Mimir helm chart
version 5.1.4
.Expected behavior
A clear and concise description of what you expected to happen.
Do not see these errors in the logs.
Environment
Additional Context
Logs look like the following:
The text was updated successfully, but these errors were encountered: