Histórico de commits

Autor SHA1 Mensagem Data
  Xiang Li 8c9a3c55bd raft: do not panic when removing all the nodes from cluster 8 anos atrás
  Anthony Romano 20461ab11a *: fix many typos 8 anos atrás
  Gyu-Ho Lee 71c2a9bb3c *: fix minor typos, comments 8 anos atrás
  Ben Darnell 22925a1d2f raft: Remove redundant `raft.Commit` field. 8 anos atrás
  Ben Darnell 46bb2582fe raft: Call maybeCommit after removing a node. 8 anos atrás
  Hitoshi Mitake 9b2da76796 raft: remove go vet compliants 9 anos atrás
  Xiang Li cc6d98bf89 etcdserver: only send snapshot when the member is active 9 anos atrás
  Xiang Li a8cc1570d0 raft: support quorum check when raft is leader 9 anos atrás
  Ben Darnell fbeb58d265 raft: no-op instead of panic for Campaigning while leader 9 anos atrás
  Dmitry Smirnov b2f4a5f587 *: fix spelling issues (codespell). 9 anos atrás
  Xiang Li 6b23a8131f *: test gofmt with -s and fix reported issues 9 anos atrás
  es-chow cc362ccdad raft: set logger to raft so log context such as multinode groupID can be logged 9 anos atrás
  Xiang Li b4022899eb raft: fix panic in send app 9 anos atrás
  Ben Darnell c9d507df11 raft: Use raft.Config in MultiNode. 9 anos atrás
  Xiang Li b3fb052ad4 raft: make peers a prviate field in raft.Config 9 anos atrás
  Xiang Li d9b5b56c82 raft: make raft configurable 9 anos atrás
  Xiang Li 4a64373225 raft: add flow control for progress 9 anos atrás
  Xiang Li 7571b2cde2 raft: limit the size of msgApp 9 anos atrás
  Yicheng Qin 67194c0b22 raft: introduce progress states 9 anos atrás
  Yicheng Qin be0bf2a2bd raft: fall back to bad path when unreachable 9 anos atrás
  Yicheng Qin fbd5c81139 raft: remove shadowing of variables from test 9 anos atrás
  Xiang Li 2af33fd494 raft: add reportUnreachable 9 anos atrás
  Xiang Li 5ede18be74 raft: separate compact and createsnap in memory storage 9 anos atrás
  Barak Michener 92dca0af0f *: remove shadowing of variables from etcd and add travis test 9 anos atrás
  Ben Darnell 33d2400063 raft: Send any waiting appends after receiving MsgAppResp. 9 anos atrás
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright 9 anos atrás
  Ben Darnell 59214978a2 raft: Add applied index as an argument to newRaft and RestartNode. 9 anos atrás
  Xiang Li 003b97a60f raft: public progress struct in raft 9 anos atrás
  Ben Darnell 2e1c36cdd9 raft: introduce MsgHeartbeatResp. 9 anos atrás
  Xiang Li 35b907ac58 raft: add lastIndex as rejectHint 10 anos atrás