Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rabbitmq/ra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.0-pre.10
Choose a base ref
...
head repository: rabbitmq/ra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.0-pre.11
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 13, 2025

  1. Introduce initial_machine_version server config.

    This new key can be used to specify the initial machine version
    a new Ra server should be initialised against.
    
    This allows machines to skip old versions when creating a new
    Ra cluster.  This is particularly useful when machine_version_strategy=all
    as the initial machine upgrade upgrade after cluster creation is delayed until
    all members reply to the info requests.
    
    If the machine_version_strategy=all, starting a server with
    an initial machine version that is higher than the locally available
    machine version will result in an error: {error, invalid_initial_machine_version}.
    
    When machine_version_strategy=quorum the initial machine version
    will be clamped to the locally available machine version.
    kjnilsson committed Jan 13, 2025
    Copy the full SHA
    8077b75 View commit details
  2. Merge pull request #498 from rabbitmq/initial-machine-version

    Introduce initial_machine_version server config.
    kjnilsson authored Jan 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    59e33b5 View commit details
  3. v2.16.0-pre.11

    kjnilsson committed Jan 13, 2025
    Copy the full SHA
    d333e83 View commit details
Loading