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

Querier worker not using correct parallelism when using match_max_concurrent #4760

Closed
slim-bean opened this issue Nov 15, 2021 · 0 comments · Fixed by #4761
Closed

Querier worker not using correct parallelism when using match_max_concurrent #4760

slim-bean opened this issue Nov 15, 2021 · 0 comments · Fixed by #4761

Comments

@slim-bean
Copy link
Collaborator

Describe the bug
We have found that when using the setting match_max_concurrent our queriers are only processing 1 query in parallel instead of the expected queriers max_concurrent setting. This can be seen by looking at the loki_inflight_requests metric on the queriers which should show a busy querier dong max_concurrent inflight requests.

As a workaround, in the worker config section you can remove the match_max_concurrent setting and instead set parallelism equal to max_concurrent

This was introduced in #4301, first affected released would be 2.4

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 a pull request may close this issue.

1 participant