mirror of https://github.com/grafana/loki
Do not fail queries if compactor returns unexpected status code (#6552)
To avoid showing deleted data, the querier originally failed when deletes were unavailable. If the compactor becomes unavailable this can cause Loki to stop responding to queries altogether. This PR changes the querier to log an error but continue servicing the request when it fails to get deletes. Extends PR #6368 Signed-off-by: Christian Haudum <christian.haudum@gmail.com>pull/6562/head
parent
eb04d63753
commit
a1745c7b47
Loading…
Reference in new issue