Skip to content

Parameter to change the period of mimir sending data to object storage #7501

Discussion options

You must be logged in to vote

but when it comes to 2h, the data will not be immediately sent to object storage.

It seems that period of every uploads is far more than 2 hours.

Very first block for tenant is created 3h after tenant starts writing data to ingester. Subsequent block creations will happen on 2h boundaries (in UTC time it will be at 01:00, 03:00, 05:00, etc.).

So if tenant starts writing data to ingester at 01:35 and keeps writing more data, first block is created at 04:35 (this block will contain data between 01:35 and 02:00), then next block is created at 05:00 (with data 02:00 -- 04:00), then at 07:00 (with data 04:00 -- 06:00), and so on.

In upcoming not-yet-released Mimir version we are improving …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@chesha1
Comment options

@dimitarvdimitrov
Comment options

Answer selected by chesha1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #7500 on February 29, 2024 06:37.