Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Conversation

wbarnha
Copy link
Collaborator

@wbarnha wbarnha commented Mar 10, 2024

Separated from dpkp#1411 . This PR moves version checking from __init__ into _bootstrap . This means that if a cluster is down and bootstrapping fails, version checking will not cause an exception to be raised immediately. Instead, we wait until the initial bootstrap succeeds and then run version checks. In order to handle this I've changed the "unset" version from None to (0, 0). This also allows us to simplify version checking code internally. (0, 0) should cause us to use the lowest available version (likely 0.8.2) if needed but still flag that version checking has not yet happened.


This change is Reviewable

@dpkp dpkp deleted the defer_version_check branch March 11, 2025 01:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant