mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Fix failing upgrades due to non-persisted initial cluster version
This commit is contained in:
parent
3cbba4bea4
commit
07d11ec2e1
@ -806,7 +806,7 @@ public:
|
||||
Promise<UID> clusterId;
|
||||
// The version the cluster starts on. This value is not persisted and may
|
||||
// not be valid after a recovery.
|
||||
Version initialClusterVersion = invalidVersion;
|
||||
Version initialClusterVersion = 1;
|
||||
UID thisServerID;
|
||||
Optional<UID> tssPairID; // if this server is a tss, this is the id of its (ss) pair
|
||||
Optional<UID> ssPairID; // if this server is an ss, this is the id of its (tss) pair
|
||||
|
Loading…
x
Reference in New Issue
Block a user