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

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

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

dimitarvdimitrov
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().

Signed-off-by: Bryan Boreham bjboreham@gmail.com
(cherry picked from commit 91de19fbeffe19429f10c501a2f4364ae01711ea)

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 force-pushed the dimitar/weekly-r311-with-ino-mint-fix branch from ccffc9f to 2b698e8 Compare October 9, 2024 12:31
@bboreham bboreham merged commit 9010327 into weekly-r311 Oct 9, 2024
9 checks passed
@bboreham bboreham deleted the dimitar/weekly-r311-with-ino-mint-fix branch October 9, 2024 12:59
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.

3 participants