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

indexheader: keep pre-shutdown snapshot between restarts #8281

Merged

Commits on Jun 18, 2024

  1. indexheader: keep pre-shutdown snapshot between restarts

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8c3be01 View commit details
    Browse the repository at this point in the history
  2. indexheader: move lazy-loaded snapshotting into a separate component

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    52f8f1d View commit details
    Browse the repository at this point in the history
  3. indexheader: unit tests

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    146ae72 View commit details
    Browse the repository at this point in the history
  4. rephrase code comments about current snapshotter behaviour

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f4ec896 View commit details
    Browse the repository at this point in the history
  5. util/test: exclude indexheader.Snapshotter from leak verifier

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ebfdc9b View commit details
    Browse the repository at this point in the history
  6. indexheader: simplify snapshotter config

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    28e72d0 View commit details
    Browse the repository at this point in the history
  7. add missing copyright

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f3d014a View commit details
    Browse the repository at this point in the history
  8. storegateway: start snapshots for discovered blocks

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f4262e3 View commit details
    Browse the repository at this point in the history
  9. update changelog

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d7532b4 View commit details
    Browse the repository at this point in the history
  10. storegateway: fix code comments

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0ad3999 View commit details
    Browse the repository at this point in the history
  11. indexheader: don't fail the start of the Snapshotter

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    narqo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2bc2759 View commit details
    Browse the repository at this point in the history
  12. indexheader: fix a racy access to the internals of LazyBinaryReader

    Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
    Co-authored-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    narqo and dimitarvdimitrov committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8ce3f22 View commit details
    Browse the repository at this point in the history