- 25 Jan, 2016 5 commits
-
-
Willem Thiart authored
Breaking change.
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
- 24 Jan, 2016 1 commit
-
-
Willem Thiart authored
-
- 20 Jan, 2016 3 commits
-
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
- 31 Dec, 2015 3 commits
-
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
- 30 Dec, 2015 1 commit
-
-
Willem Thiart authored
-
- 21 Dec, 2015 1 commit
-
-
Willem Thiart authored
-
- 20 Dec, 2015 7 commits
-
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
- 19 Dec, 2015 3 commits
-
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
- 18 Nov, 2015 9 commits
-
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
-
Willem Thiart authored
The node tells the leader what's current_idx is using the appendentries response.
-
- 17 Nov, 2015 1 commit
-
-
Willem Thiart authored
-
- 16 Nov, 2015 2 commits
-
-
Willem Thiart authored
-
Willem Thiart authored
-
- 15 Nov, 2015 4 commits
-
-
Willem Thiart authored
When the network is slow and lossy, then there's a risk that we might receive the requestvote response much later. So late that the term of the server who sent the requestvote message doesn't match the addressee's term. We now ignore these old responses to ensure the election safety invariant.
-
Willem Thiart authored
-
Willem Thiart authored
A leader should not receive appendentries from another leader of the same term. This is because of Raft's election safety invariant.
-
Willem Thiart authored
-