mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Merge pull request #263 from charlieok/patch-8
Add floor characters to math expression
This commit is contained in:
@@ -45,7 +45,7 @@ same sequence of logs must result in the same state, meaning behavior must be de
|
||||
For Nomad's purposes, all server nodes are in the peer set of the local region.
|
||||
|
||||
* **Quorum** - A quorum is a majority of members from a peer set: for a set of size `n`,
|
||||
quorum requires at least `(n/2)+1` members.
|
||||
quorum requires at least `⌊(n/2)+1⌋` members.
|
||||
For example, if there are 5 members in the peer set, we would need 3 nodes
|
||||
to form a quorum. If a quorum of nodes is unavailable for any reason, the
|
||||
cluster becomes *unavailable* and no new logs can be committed.
|
||||
|
||||
Reference in New Issue
Block a user