Commit History

Author SHA1 Message Date
  Ben Darnell 0771d713e6 raft: Always call bcastAppend after maybeCommit 9 years ago
  Ben Darnell 22925a1d2f raft: Remove redundant `raft.Commit` field. 9 years ago
  Ben Darnell 46bb2582fe raft: Call maybeCommit after removing a node. 9 years ago
  davygeek 194607812c raft: follow golint notice to replace +=1 with ++ 9 years ago
  ngaut 8ee232d4ec raft: Rename q() to quorum() which is more readable 9 years ago
  ngaut b38dfda1c9 raft: Tiny refactor 9 years ago
  ngaut acee23112a raft: typo 9 years ago
  Jonathan Boulle af9f352fe3 raft: update RecentActive name in comments 9 years ago
  Xiang Li cc6d98bf89 etcdserver: only send snapshot when the member is active 9 years ago
  Xiang Li 9df46f9d6f raft: expose RecentActive in Progress 9 years ago
  Bram Gruneir 1901a4c718 raft: Ensure that Progress is not nil when a MsgSnapStatus comes in. 9 years ago
  Xiang Li a8cc1570d0 raft: support quorum check when raft is leader 9 years ago
  Xiang Li 5d0268aa2e Merge pull request #3877 from bdarnell/campaign-while-leader 9 years ago
  Ben Darnell fbeb58d265 raft: no-op instead of panic for Campaigning while leader 9 years ago
  Yicheng Qin 3a65442d7d raft: fix print format for term in one log line 9 years ago
  Yicheng Qin 533e728b64 Merge pull request #3609 from yichengq/raft-snapshot 9 years ago
  Yicheng Qin 4c82b481a5 raft: improve behavior when snapshot fails 9 years ago
  Kenji Kaneda f602767e50 raft: remove an obsolete TODO comment on 4MB maxMsgSize hard coding 9 years ago
  Dmitry Smirnov b2f4a5f587 *: fix spelling issues (codespell). 9 years ago
  Ben Darnell 4f20e01f60 raft: Ignore proposals if not a current member. 9 years ago
  Xiang Li 50c1db3fbf raft: downgrade the logging around snapshot to debugf 9 years ago
  es-chow cc362ccdad raft: set logger to raft so log context such as multinode groupID can be logged 9 years ago
  Xiang Li b4022899eb raft: fix panic in send app 9 years ago
  Xiang Li 1279e495f0 raft: make the repeated log message under bad path debug level 9 years ago
  Xiang Li 1561b85bf3 raft: drop the raft prefix in logging 9 years ago
  Xiang Li b3fb052ad4 raft: make peers a prviate field in raft.Config 9 years ago
  Xiang Li d9b5b56c82 raft: make raft configurable 9 years ago
  Xiang Li 4a64373225 raft: add flow control for progress 9 years ago
  Xiang Li 2adb58f9de raft: move progress to progress.go 9 years ago
  Xiang Li 7571b2cde2 raft: limit the size of msgApp 9 years ago