From 06eb57ded7fde023679ed1477877a5de8befda04 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 18 Apr 2017 23:49:21 +0800 Subject: [PATCH] Typo on raft.md page (#2852) Fix #2205 --- engine/swarm/raft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/raft.md b/engine/swarm/raft.md index 8930de7b0f..4abf7fccbb 100644 --- a/engine/swarm/raft.md +++ b/engine/swarm/raft.md @@ -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 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 -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 properties inherent to distributed systems: