Skip to content

Does Mimir periodically delete data from the Object Storage (Minio) #1938

Discussion options

You must be logged in to vote

I find that the data in Minio is periodically getting deleted. Is this due to some configuration in Mimir and can it be prevented? Or is it something related to Minio configuration?

The default Mimir configuration has retention disabled, which means data is never deleted. Minio shouldn't delete any data as well when running with the default configuration. However, the reason why you could see object deleted from Minio is because of the Mimir compactor: small blocks are compacted into larger blocks, and then the small source blocks are deleted. Data is not actually delete, in the sense that you don't loose any metrics data.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by udeshyaG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants