What does "Overlapping blocks found during reloadBlock" mean? #2821
Answered
by
pstibrany
vhadianto
asked this question in
Help and support
Replies: 2 comments 5 replies
-
This is expected when using support for ingesting out of order samples. We have reduced its log level to debug, as it's not an actionable message. In future versions of Mimir (2.3 and later), it will not be logged as warning. You can safely ignore this message. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vhadianto
-
Why do you think that is the case? I don't see anything in the log messages indicating that. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have Grafana Mimir installed in a Kubernetes cluster and Prometheus sending data using the remote write functionality.
It was working fine for a while and recently I'm seeing
out of order sample
issues in the ingester logs and Prometheus failed to push the data to Mimir.I saw this thread here: grafana/helm-charts#1517 and tried setting
out_of_order_time_window
setting to300s
.But now I'm seeing a different warning in the ingester log:
And Prometheus is still failing to push data to Mimir:
Help anyone?
Beta Was this translation helpful? Give feedback.
All reactions