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

Commits on Oct 15, 2024

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

    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 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    520744a View commit details
    Browse the repository at this point in the history