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

fix panic from keyring raft entries being written during upgrade #14821

Merged
merged 8 commits into from
Oct 6, 2022

Commits on Oct 6, 2022

  1. fix panic from keyring raft entries being written during upgrade

    During an upgrade to Nomad 1.4.0, if a server running 1.4.0 becomes the leader
    before one of the 1.3.x servers, the old server will crash because the keyring
    is initialized and writes a raft entry.
    
    Wait until all members are on a version that supports the keyring before
    initializing it.
    tgross committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e8712af View commit details
    Browse the repository at this point in the history
  2. fix version check

    tgross committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    367a745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce81033 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f21d30c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3845b9c View commit details
    Browse the repository at this point in the history
  6. changelog entry

    tgross committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    bae41f4 View commit details
    Browse the repository at this point in the history
  7. use minimum version helper

    tgross committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7120265 View commit details
    Browse the repository at this point in the history
  8. remove unused test

    tgross committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b98248a View commit details
    Browse the repository at this point in the history