Communication with query scheduler failed #3255
Answered
by
dimitarvdimitrov
pacias1
asked this question in
Help and support
-
Hello, I have a question about query scheduler and his configuration. This is configuration of mimir:
Mimir is running on EKS + S3. All components are working, we're able to use mimir as datasource in grafana and query metrics from it. However, Some errors occured in frontend and querier logs:
Also, this error sometimes occured:
What could be the reason of those errors? |
Beta Was this translation helpful? Give feedback.
Answered by
dimitarvdimitrov
Oct 20, 2022
Replies: 1 comment 1 reply
-
Hi, I think this should be fixed with #3262 and will be released in the 3.2 mimir-distributed chart as a workaround you can set in your helm values file query_scheduler:
extraArgs:
'server.grpc.keepalive.max-connection-age': 2562047h
'server.grpc.keepalive.max-connection-age-grace': 2562047h |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pacias1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I think this should be fixed with #3262 and will be released in the 3.2 mimir-distributed chart
as a workaround you can set in your helm values file