mirror of https://github.com/docker/docs.git
parent
33a26ec3f0
commit
06eb57ded7
|
|
@ -26,7 +26,7 @@ Raft tolerates up to `(N-1)/2` failures and requires a majority or quorum of
|
||||||
a cluster of 5 Managers running Raft, if 3 nodes are unavailable, the system
|
a cluster of 5 Managers running Raft, if 3 nodes are unavailable, the system
|
||||||
will not process any more requests to schedule additional tasks. The existing
|
will not process any more requests to schedule additional tasks. The existing
|
||||||
tasks will keep running but the scheduler will not be able to rebalance tasks to
|
tasks will keep running but the scheduler will not be able to rebalance tasks to
|
||||||
cope with failures if when the manager set is not healthy.
|
cope with failures if the manager set is not healthy.
|
||||||
|
|
||||||
The implementation of the consensus algorithm in swarm mode means it features
|
The implementation of the consensus algorithm in swarm mode means it features
|
||||||
the properties inherent to distributed systems:
|
the properties inherent to distributed systems:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue