From ab89da6a6cfefdf91c6522fcbc2b034e609c2f30 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 9 Aug 2024 21:44:52 +0100 Subject: [PATCH] Fix typo in split-brain-resolver.md (#1428) (#1430) --- docs/src/main/paradox/split-brain-resolver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/paradox/split-brain-resolver.md b/docs/src/main/paradox/split-brain-resolver.md index 0b9357c68d6..f16843e37ae 100644 --- a/docs/src/main/paradox/split-brain-resolver.md +++ b/docs/src/main/paradox/split-brain-resolver.md @@ -337,8 +337,8 @@ See also @ref[Down all when unstable](#down-all-when-unstable) and @ref:[indirec ### Lease The strategy named `lease-majority` is using a distributed lease (lock) to decide what nodes that are allowed to -survive. Only one SBR instance can acquire the lease make the decision to remain up. The other side will -not be able to aquire the lease and will therefore down itself. +survive. Only one SBR instance can acquire the lease and make the decision to remain up. The other side will +not be able to acquire the lease and will therefore down itself. Best effort is to keep the side that has most nodes, i.e. the majority side. This is achieved by adding a delay before trying to acquire the lease on the minority side.