1. 18 Nov, 2015 8 commits
  2. 16 Nov, 2015 2 commits
  3. 15 Nov, 2015 6 commits
  4. 13 Nov, 2015 1 commit
  5. 10 Nov, 2015 2 commits
  6. 09 Nov, 2015 1 commit
  7. 06 Nov, 2015 4 commits
  8. 04 Nov, 2015 3 commits
  9. 15 Oct, 2015 1 commit
  10. 01 Oct, 2015 1 commit
  11. 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
  12. 31 Aug, 2015 1 commit
  13. 22 Aug, 2015 1 commit
  14. 21 Aug, 2015 1 commit
  15. 17 Aug, 2015 1 commit
  16. 16 Aug, 2015 1 commit
  17. 15 Aug, 2015 2 commits
  18. 14 Aug, 2015 2 commits