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

block: Handle gracefully extra duplicated chunk produced by TSDB issue. #375

Merged
merged 1 commit into from
Jun 15, 2018

Commits on Jun 15, 2018

  1. block: Handle gracefully extra duplicated chunk produced by TSDB issue.

    TSDB issue: prometheus-junkyard/tsdb#347
    
    How we handle it?
    - segregate this issue in special stat entry in verifier.
    - auto-fix broken plan block before thanos compaction.
    - adding repair job to run offline batch repair for indivdual blocks.
    
    NOTE: At this point we have no power of fixing the bug when someone uses local compaction ):
    
    Fixes #354
    
    Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
    bwplotka committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    4ff9c61 View commit details
    Browse the repository at this point in the history