Commit History

Author SHA1 Message Date
  Yicheng Qin be0bf2a2bd raft: fall back to bad path when unreachable 9 years ago
  Yicheng Qin fbd5c81139 raft: remove shadowing of variables from test 9 years ago
  Xiang Li 2af33fd494 raft: add reportUnreachable 9 years ago
  Xiang Li 5ede18be74 raft: separate compact and createsnap in memory storage 9 years ago
  Barak Michener 92dca0af0f *: remove shadowing of variables from etcd and add travis test 9 years ago
  Ben Darnell 33d2400063 raft: Send any waiting appends after receiving MsgAppResp. 9 years ago
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright 9 years ago
  Ben Darnell 59214978a2 raft: Add applied index as an argument to newRaft and RestartNode. 9 years ago
  Xiang Li 003b97a60f raft: public progress struct in raft 9 years ago
  Ben Darnell 2e1c36cdd9 raft: introduce MsgHeartbeatResp. 9 years ago
  Xiang Li 35b907ac58 raft: add lastIndex as rejectHint 10 years ago
  Xiang Li 896bac1f76 raft: flush the commit to fix a race in test 10 years ago
  Xiang Li 88767d913d raft: leader waits for the reply of previous message when follower is not in good path. 10 years ago
  Xiang Li 044e35b814 raft: use newRaft 10 years ago
  Yicheng Qin 3867c72c8a raft: support to do multiple proposals in one message 10 years ago
  Xiang Li 197e6b1b20 Merge pull request #1858 from vlajos/typofixes-vlajos-20141204 10 years ago
  Veres Lajos 3de2ab2c04 *: typofixes 10 years ago
  Xiang Li 149389cbfa raft: add msgHeartbeat type 10 years ago
  Xiang Li b3841afcc3 raft: do not restore snapshot if local raft has longer matching history 10 years ago
  Xiang Li 788d1e59a2 raft: use index in entry 10 years ago
  Xiang Li 3c0fbe285c raft: stableTo checks term matching 10 years ago
  Xiang Li 66252c7d62 raft: move all unstable stuff into one struct for future cleanup 10 years ago
  Xiang Li 65ad1f6ffd raft: attach Index to Entry in all tests 10 years ago
  Ben Darnell 9ddd8ee539 Rename Storage.HardState back to InitialState and include ConfState. 10 years ago
  Ben Darnell 03c8881e35 Fix TestSlowNodeRestore 10 years ago
  Ben Darnell 0d680d0e6b Merge remote-tracking branch 'coreos/master' into merge 10 years ago
  Xiang Li 063c5c77a0 raft: should not decrease match and next when handling out of order msgAppResp 10 years ago
  Ben Darnell b29240baf0 Merge remote-tracking branch 'coreos/master' into merge 10 years ago
  Ben Darnell 355ee4f393 raft: Integrate snapshots into the raft.Storage interface. 10 years ago
  Xiang Li b50f331558 Merge pull request #1744 from xiang90/next 10 years ago