Historique des commits

Auteur SHA1 Message Date
  Xiang Li 9fee7732f6 Merge pull request #5468 from swingbach/master il y a 8 ans
  swingbach@gmail.com 337ef64ed5 raft: implemented leader lease when quorum check is on il y a 8 ans
  swingbach@gmail.com ff9d16a2e0 raft: fix tiny mistake of message type il y a 8 ans
  swingbach@gmail.com 1e54117580 raft: add more comments for dueling candidates test case il y a 8 ans
  swingbach@gmail.com c703ccab63 raft: add more assertions for dueling candidates test case il y a 8 ans
  Xiang Li 910781ef5b raft: do not panic when removing all the nodes from cluster il y a 8 ans
  Gyu-Ho Lee fe884f8209 raft: update LICENSE header il y a 8 ans
  Gyu-Ho Lee 9108af9046 *: clean up from go vet, misspell il y a 8 ans
  es-chow ac059eb8cb raft: transfer leader feature il y a 8 ans
  Tamir Duberstein 68db18667a raft: correct doc comment il y a 8 ans
  Gyu-Ho Lee c09f23c46d *: clean up bool comparison il y a 8 ans
  Xiang Li 5d431b4782 raft: lower split vote rate il y a 8 ans
  Anthony Romano 20461ab11a *: fix many typos il y a 8 ans
  Gyu-Ho Lee 71c2a9bb3c *: fix minor typos, comments il y a 8 ans
  Ben Darnell 22925a1d2f raft: Remove redundant `raft.Commit` field. il y a 8 ans
  Ben Darnell 46bb2582fe raft: Call maybeCommit after removing a node. il y a 8 ans
  Hitoshi Mitake 9b2da76796 raft: remove go vet compliants il y a 9 ans
  Xiang Li cc6d98bf89 etcdserver: only send snapshot when the member is active il y a 9 ans
  Xiang Li a8cc1570d0 raft: support quorum check when raft is leader il y a 9 ans
  Ben Darnell fbeb58d265 raft: no-op instead of panic for Campaigning while leader il y a 9 ans
  Dmitry Smirnov b2f4a5f587 *: fix spelling issues (codespell). il y a 9 ans
  Xiang Li 6b23a8131f *: test gofmt with -s and fix reported issues il y a 9 ans
  es-chow cc362ccdad raft: set logger to raft so log context such as multinode groupID can be logged il y a 9 ans
  Xiang Li b4022899eb raft: fix panic in send app il y a 9 ans
  Ben Darnell c9d507df11 raft: Use raft.Config in MultiNode. il y a 9 ans
  Xiang Li b3fb052ad4 raft: make peers a prviate field in raft.Config il y a 9 ans
  Xiang Li d9b5b56c82 raft: make raft configurable il y a 9 ans
  Xiang Li 4a64373225 raft: add flow control for progress il y a 9 ans
  Xiang Li 7571b2cde2 raft: limit the size of msgApp il y a 9 ans
  Yicheng Qin 67194c0b22 raft: introduce progress states il y a 9 ans