This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new ab89da6a6c Fix typo in split-brain-resolver.md (#1428) (#1430)
ab89da6a6c is described below
commit ab89da6a6cfefdf91c6522fcbc2b034e609c2f30
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 9 21:44:52 2024 +0100
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 0b9357c68d..f16843e37a 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]