Commit History

Author SHA1 Message Date
  Xiang Li d9b5b56c82 raft: make raft configurable 10 years ago
  Xiang Li 7fe608532a raft: do not reset vote if term is not changed 10 years ago
  Xiang Li 9b4d52ee73 raft: do not resend snapshot if not necessary 10 years ago
  Barak Michener 92dca0af0f *: remove shadowing of variables from etcd and add travis test 10 years ago
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright 11 years ago
  Ben Darnell 59214978a2 raft: Add applied index as an argument to newRaft and RestartNode. 11 years ago
  Xiang Li a5efbf826d raft: drop nodes in softState 11 years ago
  Yicheng Qin 7317834417 raft: increase term to 1 before append initial entries 11 years ago
  Ben Darnell 3d91faf85a Pre-apply the bootstrapping ConfChange entries. 11 years ago
  Veres Lajos 3de2ab2c04 *: typofixes 11 years ago
  Ben Darnell 0d680d0e6b Merge remote-tracking branch 'coreos/master' into merge 11 years ago
  Brian Waldon 9a728a127a dep: bump golang.org/x/net/context 11 years ago
  Ben Darnell 355ee4f393 raft: Integrate snapshots into the raft.Storage interface. 11 years ago
  Ben Darnell 300c5a2001 Merge remote-tracking branch 'coreos/master' into log-storage-interface 11 years ago
  Ben Darnell 64d9bcabf1 Add Storage.Term() method and hide the first entry from other methods. 11 years ago
  Yicheng Qin 7d0ffb3f12 raft: not set applied when restored from snapshot 11 years ago
  Ben Darnell 39eddd8565 Merge remote-tracking branch 'coreos/master' into log-storage-interface 11 years ago
  Ben Darnell 32824e053c raft: Only call stableTo when we have ready entries or a snapshot. 11 years ago
  Ben Darnell b29c512f50 Merge remote-tracking branch 'coreos/master' into log-storage-interface 11 years ago
  Xiang Li 04994048bb Merge pull request #1702 from xiang90/node_config_propose 11 years ago
  Jonathan Boulle eb66d2b0eb Merge pull request #1699 from jonboulle/node_stop 11 years ago
  Xiang Li 2a407dadc0 raft: add a test for proposeConfChange 11 years ago
  Jonathan Boulle 2cedf127d4 raft: block Stop() on n.done, support idempotency 11 years ago
  Xiang Li 68ab7e69e1 raft: add a test for node proposal 11 years ago
  Ben Darnell 54b07d7974 Remove raft.loadEnts and the ents parameter to raft.RestartNode. 11 years ago
  Ben Darnell 147fd614ce The initial term=0 log entry is now initially unstable. 11 years ago
  Xiang Li b271e88c20 Merge pull request #1696 from xiang90/testnodetick 11 years ago
  Ben Darnell 76a3de9a33 Require a non-nil Storage parameter in newLog. 11 years ago
  Xiang Li 45c36a0808 raft: add a test for node.Tick 11 years ago
  Xiang Li fe0325fce7 raft: add comment string for TestNodeStart 11 years ago