Replies: 1 comment 1 reply
-
Your analysis seems correct to me. There was a fix for this just recently merged which should be in the next Mimir release: #3837 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have this limit:
querier.timeout: 1m
which we are using as a forcing function to ensure we have good queries written, but this seems to interact with the Ruler consistency check:Ruler:
Store Gateway:
The
duration
seems to be quite close the timeout so I am guessing that this isn't actually a consistency issue but instead the Ruler is aborting the operation after 1m, causing a context canceled on the Store Gateway which manifests itself back as a consistency issue on the Ruler side?Beta Was this translation helpful? Give feedback.
All reactions