提交历史

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