-
Notifications
You must be signed in to change notification settings - Fork 527
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
Panic when Ingester is starting #1195
Comments
Let me know if you need more info from me, or if you need me to do some debugging |
Thanks for reporting this. At first glance a panic in the flatbuffers-area is generally from a corrupted file. Did the ingester crash with a different error prior to this panic? If there is a still a copy of the file Occasionally this type of panic can also be caused by a bug in flatbuffer struct access, but not seeing that so far. |
Hi, not sure what happened before, but if my suspisions are correct, the node it was running on might have been terminated and not given the ingester proper time to shutdown. I'll see if the file is there still and get it out if you want to debug it. |
The file was still there, in the For my part, I can just wipe the PVC and restart the ingester, since the two other ingesters are running fine, there shouldn't have been any data loss, but I can hold off on for a day in case you need something else from the volume as well. I can upload it to Google Drive and send you a link on Slack if that would be ok? |
Describe the bug
When one of my Ingesters is starting, it crashloops with
panic: runtime error: slice bounds out of range [2610010201:824]
To Reproduce
Not sure how this started or how to reproduce
Environment:
Additional Context
Full panic output:
The text was updated successfully, but these errors were encountered: