Commit History

Author SHA1 Message Date
  Ben Darnell 21987c8701 raft: remove raftLog.resetUnstable and resetNextEnts 10 years ago
  Jonathan Boulle b99633207c raft: minor cleanup in comments 10 years ago
  Jonathan Boulle 0cf0cb3d02 raft: add tests for progress.maybeDecr 10 years ago
  Jonathan Boulle 81304b2b7e raft: move test helper function into tests 10 years ago
  Yicheng Qin bffe611fe6 raft: add tests based on section 5.2 in raft paper 10 years ago
  Xiang Li 507300130b raft: add tests for ignoring heartbeat reply 10 years ago
  Yicheng Qin e200d2a8e2 etcdserver/raft: remove msgDenied, removedNodes, shouldStop 10 years ago
  Jonathan Boulle 7a4d42166b *: add license header to all source files 10 years ago
  Jonathan Boulle fc42bdb904 raft: remove unused compactThreshold 10 years ago
  Yicheng Qin 32c38820c1 raft: protobuf messageType 10 years ago
  Xiang Li 1eb1020717 raft: fix raft test 10 years ago
  Xiang Li 8bbbaa88b2 *: raft related int64 -> uint64 10 years ago
  Xiang Li af5b8c6c44 raft: int64 -> uint64 10 years ago
  Xiang Li 38af14b0f4 Merge pull request #1260 from coreos/snap_rm 10 years ago
  Xiang Li 73f2aaf98f raft: removedSlice -> removedNodes 10 years ago
  Xiang Li c67fd14fe8 Merge pull request #1257 from bdarnell/cleanups 10 years ago
  Ben Darnell d2e858587f Raft: a few more improvements to test messages. 10 years ago
  Xiang Li 7b61565c0a raft: save removed nodes in snapshot 10 years ago
  Xiang Li 1cd3345e00 raft: address issues with election timeout 10 years ago
  Ben Darnell 36558b1924 Raft: fix printf strings found by go vet. 10 years ago
  Ben Darnell 3ad0df3722 Raft: fix problems reported by golint. 10 years ago
  Xiang Li f65d117462 raft: add a test for randElectionTimeout 10 years ago
  Xiang Li d7d6f84f64 raft: rand election timeout 10 years ago
  Xiang Li 45e4a8643a raft: add tests for raft.compact 10 years ago
  Xiang Li 5587e0d73f raft: compact takes index and nodes parameters 10 years ago
  Xiang Li 01ecc60a88 Merge pull request #1203 from coreos/fix_raft 10 years ago
  Xiang Li 172bd7d096 raft: add test for maybeappend change 10 years ago
  Xiang Li 16ba77767e raft: do not decrease nextIndex and send entries for stale reply 10 years ago
  Yicheng Qin 8490904f20 Merge pull request #1224 from unihorn/149 10 years ago
  Yicheng Qin fff918c672 raft: msg.Denied -> msg.Reject 10 years ago