From 50509c6bab1deb084e0b559fef9f87604bfb3e6e Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Fri, 10 Jan 2025 16:07:46 +0000 Subject: [PATCH] [VAULT-21282] Add a changelog entry for the updated Raft Autopilot reconciliation logic (#29328) --- changelog/29306.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/29306.txt diff --git a/changelog/29306.txt b/changelog/29306.txt new file mode 100644 index 0000000000..aa0525f41d --- /dev/null +++ b/changelog/29306.txt @@ -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. +```