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

Segment files #3261

Merged
merged 9 commits into from
Oct 2, 2020
Merged

Segment files #3261

merged 9 commits into from
Oct 2, 2020

Commits on Sep 30, 2020

  1. Added SegmentFiles field to Thanos metadata.

    Filled by components that write meta.json (shipper, compactor,
    repair, ...)
    
    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    0c11206 View commit details
    Browse the repository at this point in the history
  2. Use segment files if present in meta.json file.

    Don't panic if segment index is incorrect.
    Added comment to Iter about sorted results.
    
    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    7f3dba5 View commit details
    Browse the repository at this point in the history
  3. Add comment about not using empty segment files field.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    9367a69 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG.md entry

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    6390aa8 View commit details
    Browse the repository at this point in the history
  5. Removed injection of SegmentFiles in e2eutil/prometheus because it ca…

    …lling block.GetSegmentFiles creates an import cycle.
    
    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    f58ffca View commit details
    Browse the repository at this point in the history
  6. Fix compilation error.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    7db98e8 View commit details
    Browse the repository at this point in the history
  7. Add SegmentFiles to shipped meta.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    f7ac8c1 View commit details
    Browse the repository at this point in the history
  8. Add SegmentFiles to shipped meta.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    e876ccd View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Review feedback.

    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    f91d63b View commit details
    Browse the repository at this point in the history