mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
[VAULT-21282] Add a changelog entry for the updated Raft Autopilot reconciliation logic (#29328)
This commit is contained in:
parent
896532ef89
commit
50509c6bab
1 changed files with 3 additions and 0 deletions
3
changelog/29306.txt
Normal file
3
changelog/29306.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
raft/autopilot: We've updated the autopilot reconciliation logic (by updating the raft-autopilot dependency to v0.3.0) to avoid artificially increasing the quorum in presence of an unhealthy node. Now autopilot will start the reconciliation process by attempting to demote a failed voter node before any promotions, fixing the issue where Vault would initially increase quorum when faced with a failure of a voter node. In certain configurations, especially when using Vault Enterprise Redundancy Zones and losing a voter then a non-voter in quick succession, this would lead to a loss of quorum and cluster failure.
|
||||
```
|
||||
Loading…
Reference in a new issue