Skip to content

Block cutoff behaviour on Out of Order ingestion. #5280

Discussion options

You must be logged in to vote

Hello @manohar-koukuntla

This doc may help answer this and some other doubts you may have https://docs.google.com/document/d/1Kppm7qL9C-BJB1j6yb6-9ObG3AbdZnFUBYPNNWwDBYM/edit#heading=h.unv3m5m27vuc

What happens to OOO samples, that are ingested after block cut off period.

The TSDB in-memory samples are typically in a single Head when OOO is disabled but when OOO is enabled there are two Heads. The in order one accepting new samples and the out of order one accepting any out of order samples up to the specified window.

When compaction happens, both heads and their respective memory mapped chunks are read and merged into blocks. The in order head typically generates a single 2hr block while…

Replies: 1 comment

Comment options

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