Skip to content

Commit

Permalink
Tweak the changelog based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawi committed Jan 10, 2025
1 parent 60ffc5e commit 5b32cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/29306.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:change
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, hence making Vault resilient to certain rare failure modes leading to a loss of quorum.
```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.
```

0 comments on commit 5b32cb5

Please sign in to comment.