We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error which gets returned when the query scheduler has too many outstanding requests is a simple string, here:
mimir/pkg/frontend/v2/frontend_scheduler_worker.go
Lines 334 to 337 in 9e7f5a2
When the query-frontend receives that error it tries to unmarshal it as JSON, which doesn't work, here:
mimir/pkg/frontend/querymiddleware/codec.go
Line 287 in 3de8a38
This results in a 5xx error and log message like this one:
5xx
The text was updated successfully, but these errors were encountered:
This is duplicate with #2447
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The error which gets returned when the query scheduler has too many outstanding requests is a simple string, here:
mimir/pkg/frontend/v2/frontend_scheduler_worker.go
Lines 334 to 337 in 9e7f5a2
When the query-frontend receives that error it tries to unmarshal it as JSON, which doesn't work, here:
mimir/pkg/frontend/querymiddleware/codec.go
Line 287 in 3de8a38
This results in a
5xx
error and log message like this one:The text was updated successfully, but these errors were encountered: