-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid chunk cksum #1346
Comments
24h grep will likely time out unless you have increase Loki and Grafana timeout. Do you have more logs about the request ? Not sure how you end up with a corrupted chunk but I guess its legitimate to just warn and keep going.( We might actually want to log an error.) |
It shows some logs without grep query though. Unfortunatelly no logs from loki itself, at least nothing special in them. The request was something like that I have a backup of chunks directory, but it's like 50GiB wide, so I'm unsure if I can or have to send it to you somehow. |
No worries, we will make the change you're asking it is a fair one. Then you should be able to find those bad chunks and we can work from there. |
Just got another one. Seems like it might happen if the server with loki was rebooted unexpectedly. Made a loki installation, fed it with logs for several hours and rebooted the server by pressing reboot button. Got Loki's logs are like this:
Absolutely nothing about the problem. |
* adds LabelNamesForMetricName for the chunk and series store Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
Hello. We are trying to run loki in our private k8s environment. But unfortunatelly we had several occasions when it was just useless because of that problem. It usually happens on large intervals (24h for example) and with "grep" requests.
Idk if it has something to do with server stability or something else. But it would be nice to just skip broken chunk and proceed further, spitting some warning or error to loki's log. Because now I see nothing in it's logs, the request just returns "Invalid chunk cksum".
The text was updated successfully, but these errors were encountered: