Skip to content

bug: writing block: closing index writer: postings offset table size exceeds 4 bytes: 5078829125 #7715

Discussion options

You must be logged in to vote

postings offset table size exceeds 4 bytes: 5078829125

This to me is an indication that your block index is too big, and you will need to configure series sharding in the compactor, so that series are stored into multiple blocks. See https://grafana.com/docs/mimir/latest/references/architecture/components/compactor/#compaction-algorithm for details, and especially -compactor.split-and-merge-shards parameter.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by colega
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested component/compactor
3 participants
Converted from issue

This discussion was converted from issue #7705 on March 25, 2024 07:54.