c721ce618e
In #14821 we fixed a panic that can happen if a leadership election happens in the middle of an upgrade. That fix checks that all servers are at the minimum version before initializing the keyring (which blocks evaluation processing during trhe upgrade). But the check we implemented is over the serf membership, which includes servers in any federated regions, which don't necessarily have the same upgrade cycle. Filter the version check by the leader's region. Also bump up log levels of major keyring operations
4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
```release-note:bug
|
|
keyring: Fixed a bug where keyring initialization is blocked by un-upgraded federated regions
|
|
```
|