Bug: Ruler seeing errors while streaming chunks from ingester for a specific tenant #10861
Unanswered
bhargavmg
asked this question in
Help and support
Replies: 1 comment 3 replies
-
Do you see any queries failing? Or are you just seeing that message logged but all queries are evaluating successfully? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the bug?
We are seeing the below errors in the ruler pods which seem to indicate issues loading chunks from ingester for a specific tenant only.
caller=streaming.go:109 method=SeriesChunksStreamReader.StartBuffering user=test level=error msg="received error while streaming chunks from ingester" err="rpc error: code = Canceled desc = context canceled"
The logs are not very helpful. We tried rolling the ruler pods and verified that ingesters are healthy as well. There seems to be no issues with the configurations since it was working fine previously and the issue started happening all of a sudden without any changes to the config.
How to reproduce it?
There hasn't been any changes we did on our end to suggest the best possible way to reproduce the error. The only change we did was upgrade Mimir to 2.15.0 from 2.13.0 and the issue started happening 4 days after the upgrade for a specific tenant only.
What did you think would happen?
We noticed similar errors once in 2.13,0 version and rolling the ruler pods fixed the issue. Expected these errors to be resolved in the latest version or atleast resolved during a restart of ruler pods.
What was your environment?
Infrastructure: Kubernetes
Deployment: Helm
Mimir 2.15.0
Any additional context to share?
No response
Beta Was this translation helpful? Give feedback.
All reactions