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

Multiversion: backport execing and hardcode 0.15.3 as having 0.15.4 available #1935

Draft
wants to merge 1 commit into
base: release
Choose a base branch
from

Commits on Jun 6, 2024

  1. Multiversion: backport execing and hardcode 0.15.3 as having 0.15.4 a…

    …vailable
    
    0.15.4 will be the first version with the ability to read the multiversion
    metadata embedded in TigerBeetle. This presents a bit of a bootstrapping
    problem:
    
    * Operator replaces 0.15.3 with 0.15.4,
    * 0.15.4 starts up, re-execs into 0.15.3,
    * 0.15.3 knows nothing about 0.15.4 or how to check it's available, so we
      just hang.
    
    Work around this by hardcoding that if 0.15.3 is present in a pack, 0.15.4
    must be too.
    cb22 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    035c895 View commit details
    Browse the repository at this point in the history