Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] TSDB: Don't read in-order chunks from before head MinTime #717

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

bboreham
Copy link
Contributor

Because we are reimplementing the IndexReader to fetch in-order and out-of-order chunks together, we must reproduce the behaviour of Head.indexRange(), which floors the minimum time queried at head.MinTime().

Cherry-pick upstream prometheus/prometheus#15120

Because we are reimplementing the `IndexReader` to fetch in-order and
out-of-order chunks together, we must reproduce the behaviour of
`Head.indexRange()`, which floors the minimum time queried at `head.MinTime()`.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
(cherry picked from commit 91de19fbeffe19429f10c501a2f4364ae01711ea)
@bboreham bboreham merged commit eaa7eae into main Oct 15, 2024
9 checks passed
@bboreham bboreham deleted the cp-15120 branch October 15, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants