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

Register SLM run before snapshotting to save stats #110216

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jun 27, 2024

  1. Register SLM run before snapshotting to save stats

    Before snapshotting, store in the cluster state that
    an slm snapshot is about to be run. If the run fails,
    and storing the failure information in the cluster
    state also fails, during the next snapshot run the fact
    that there was a failure can be inferred from the presence
    of an already registered run.
    parkertimmins committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ff7f00e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    d1bad40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a4108b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6014ca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0ed82b View commit details
    Browse the repository at this point in the history
  5. fix broken test

    parkertimmins committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    35bf4a5 View commit details
    Browse the repository at this point in the history