You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query some log where the chunk is corrupted (like damaged or 0-sized)
Expected behavior
I think two solutions are fine as well:
Delete the unreadable chunks with user confirmation, or over some admin API
Skip the unreadable chunks and send back a warning message
The first one is preferred over the other because the restore operation is always an option (if has some kind of backup), but the end user doesn't want to always see a warning message about invalid chunks.
Two side note questions about this:
Does the compactor or table manager will find and mark these chunks if they reached the retention time?
When chunk deletion runs, then it will fail if a chunk missing or corrupted?
Environment:
Infrastructure: Kubernetes
Deployment tool: helm
The text was updated successfully, but these errors were encountered:
Describe the bug
When a chunk gets corrupted, then Loki sends back an
invalid chunk checksum
, although the other chunks are readable.I saw a similar issue here: #8564
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I think two solutions are fine as well:
The first one is preferred over the other because the restore operation is always an option (if has some kind of backup), but the end user doesn't want to always see a warning message about invalid chunks.
Two side note questions about this:
Environment:
The text was updated successfully, but these errors were encountered: