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

handle FSM.Apply errors in raftApply #16287

Merged
merged 4 commits into from
Mar 2, 2023
Merged

handle FSM.Apply errors in raftApply #16287

merged 4 commits into from
Mar 2, 2023

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    8a0b8dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    709c491 View commit details
    Browse the repository at this point in the history
  3. fix tests that fail after catching FSM.Apply errors

    `Job.Deregister` should not emit evals once the job has been purged and should
    return an error if the job doesn't exist.
    tgross committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f813264 View commit details
    Browse the repository at this point in the history
  4. changelog entry

    tgross committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    eeffae9 View commit details
    Browse the repository at this point in the history