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

fetcher: sanity check metas for common corruptions #7282

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 16, 2024

  1. block: sanity check metas for common corruptions

    Santiy check metas that are returned from fetcher for common issues. We
    currently return metas that will lead to crashes in compactor and store,
    this PR marks them as corrupted so that they will get cleaned up and are
    visible in metrics.
    
    Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
    MichaHoffmann committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    84ab6a0 View commit details
    Browse the repository at this point in the history
  2. compactor: add flag to disable cleanup of partial uploads

    Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
    MichaHoffmann committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1b72837 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fetcher: add new lister that validates, but buffers files in blocks

    Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
    MichaHoffmann committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cba520b View commit details
    Browse the repository at this point in the history