offset table size exceeds 4 bytes & symbol table size exceeds 4 bytes || Thanos Compactor error #6455
Unanswered
abhishekgoel1410
asked this question in
Questions & Answers
Replies: 1 comment 7 replies
-
We're seeing the same issue with the symbol table size exceeds 4 bytes error that causes halting. This is keeping the compactor from never being able to get through all of the compactions and always having compactions to do. We recently upgraded to Thanos 0.33 in hopes that maybe it would solve the issue but it has not and we still see it. We have tried deleting all of the compaction data and letting it start from scratch again to see if that helps but we still see the problems. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anybody suggest the root cause & ways to handle these issues. Facing these 2 highlighted errors in thanos compactor component. I did remove the corrupted blocks to some backup s3 bucket and restarted the compactor process but it re-occurred after a few hours only. Due to this memory & storage factors are getting exhausted for storegateway component.
level=error ts=2023-06-06T06:27:00.33013803Z caller=compact.go:495 msg="critical error detected; halting" err="compaction: group 0@12094533570599070506: compact blocks
[/data/compact/0@12094533570599070506/01H13xxxxx8XP
/data/compact/0@12094533570599070506/01H16xxxxPXHD
/data/compact/0@12094533570599070506/01H16xxxxxBT4F
/data/compact/0@12094533570599070506/01H162xxxxx33A0N
/data/compact/0@12094533570599070506/01H1xxxxxx3HAFT
/data/compact/0@12094533570599070506/01H1xxxxxWPJBM]: postings offset table size exceeds 4 bytes: 4355208691"
level=error ts=2023-06-06T03:39:06.1064242Z caller=compact.go:495 msg="critical error detected; halting" err="compaction: group 0@15540937320163341612: compact blocks [/data/compact/0@15540937320163341612/01H19Hxxxxxx49T3 /data/compact/0@15540937320163341612/01H19JxxxxxG9RB
/data/compact/0@15540937320163341612/01H19xxxx0WPB
/data/compact/0@15540937320163341612/01H1xxxxADF03
/data/compact/0@15540937320163341612/01H1xxxxAXCN3
/data/compact/0@15540937320163341612/01H19xxxxx83VG8]: 2 errors: populate block: add series: symbol table size exceeds 4 bytes: 4634597500; symbol table size exceeds 4 bytes: 4634597500"
Beta Was this translation helpful? Give feedback.
All reactions