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

Store: Don't error when no stores are matched #6082

Merged
merged 2 commits into from Feb 2, 2023

Commits on Jan 29, 2023

  1. Store: Don't error when no stores are matched

    It's normal and not an error if a query does not match due to no
    downstream stores. This is common when querying with external labels and
    tiered query servers.
    
    This bug was introduced in thanos-io#5296
    
    Fixes: thanos-io#5862
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Jan 29, 2023
    Copy the full SHA
    baddf93 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Copy the full SHA
    d2b2ae0 View commit details
    Browse the repository at this point in the history