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

chore: [k205] fix: Do not filter out chunks for store when From==Through and From==start #13121

Merged
merged 1 commit into from
Jun 4, 2024

Commits on Jun 4, 2024

  1. fix: Do not filter out chunks for store when From==Through and `Fro…

    …m==start` (#13117)
    
    This PR fixes a bug where chunks are incorrectly filtered out when their `From` timestamp is equal to their `Through` timestamp (which happens when there is a single log line) and the `From` timestamp is equal to the `from` time of the of the request.
    
    How to reproduce:
    
    1. Insert a single log line with a timestamp exactly at point of an hour
    2. Flush ingester
    3. Query log line with a split interval of 1h
    
    Signed-off-by: Christian Haudum <[email protected]>
    Co-authored-by: Ed Welch <[email protected]>
    (cherry picked from commit d9cc513)
    chaudum authored and grafana-delivery-bot[bot] committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    67b0637 View commit details
    Browse the repository at this point in the history