1. 06 Nov, 2015 1 commit
  2. 04 Nov, 2015 3 commits
  3. 15 Oct, 2015 1 commit
  4. 01 Oct, 2015 4 commits
  5. 30 Sep, 2015 2 commits
  6. 28 Sep, 2015 2 commits
    • Willem Thiart's avatar
      ce87cec8
    • Willem Thiart's avatar
      Fix voted_for bug · daa93cb1
      Willem Thiart authored
      Reproduction:
      
      Three node configuration without randomized election timeouts.
      
      1. Node 1 and Node 2 both start elections.
      2. Node 2 gets a vote from node 3 and transitions to leader (majority votes 2/3 including itself)
      3. Node 2 then gets a requestvote from node 1
      
      This causes the raft_is_leader(me_) to be true and the assertion to fire.
      
      Thanks to @ar104 for the fix!
      daa93cb1
  7. 26 Sep, 2015 3 commits
  8. 11 Sep, 2015 2 commits
  9. 31 Aug, 2015 2 commits
  10. 22 Aug, 2015 1 commit
  11. 21 Aug, 2015 1 commit
  12. 17 Aug, 2015 1 commit
  13. 16 Aug, 2015 2 commits
  14. 15 Aug, 2015 4 commits
  15. 14 Aug, 2015 3 commits
  16. 10 Aug, 2015 4 commits
  17. 07 Aug, 2015 2 commits
  18. 04 Aug, 2015 2 commits