Skip to content

Commit

Permalink
Fix typo in split-brain-resolver.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 8, 2024
1 parent 5bf60da commit 9791b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/paradox/split-brain-resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9791b42

Please sign in to comment.