How to identify corrupted chunk? #5594
Unanswered
jimethn
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanos Compact is failing with a checksum mismatch when it tries to load a block:
Other discussions have suggested deleting the corrupted chunk. Okay, so one of these blocks contains a corrupted chunk, but which one? Fortunately, the in-progress blocks are in the local data dir.
Unfortunately, there is no chunk 385. In fact no chunk is numbered beyond double digits.
Well, I don't know where the number 385 comes from, but maybe I can find the one with the erroneous CRC,
1c69f469
.None of the files matched. Now I am at a loss. I guess I could delete the whole block, as has been suggested, but I don't even know how to narrow down to which block contains the corruption. I guess I could delete all 5?
Does anyone know a good way to identify the problematic chunk, or to otherwise allow Compact to get past this error?
Beta Was this translation helpful? Give feedback.
All reactions