From 60ffc5ef21b706fab1ffadc0b70c6f41d7b3d4b7 Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Thu, 9 Jan 2025 16:38:56 +0000 Subject: [PATCH] [VAULT-21282] Add a changelog entry for the updated Raft Autopilot reconciliation logic --- 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 000000000000..f61cb3ef4a78 --- /dev/null +++ b/changelog/29306.txt @@ -0,0 +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. +```