Commit History

Author SHA1 Message Date
  Gyuho Lee e899023f3f Merge pull request #10640 from shrajfr12/gomodulecompat 5 years ago
  Xiang Li 0bc219a91e Merge pull request #10679 from nvanbenschoten/nvanbenschoten/commitAlloc 5 years ago
  shivaramr 9150bf52d6 go modules: Fix module path version to include version number 5 years ago
  Nathan VanBenschoten 24f35a9861 raft: avoid allocation of Raft entry due to logging 5 years ago
  Nathan VanBenschoten 208b8a349c raft: Avoid allocation when boxing slice in maybeCommit 5 years ago
  Jingyi Hu 5088d70d69 raft: leader response to learner MsgReadIndex 5 years ago
  Sahdev P. Zala 56f1bce161 raft/doc: clarify the case of out of date term 5 years ago
  shawnli 23731bf9ba raft: set lead to none when becomePreCandidate 6 years ago
  Tobias Schottdorf bfaae1ba46 raft: enter ProgressStateReplica immediately after snapshot 6 years ago
  Tobias Schottdorf 5c209d66d2 raft: ensure leader is in ProgressStateReplicate 6 years ago
  Andrew Werner e4af2be5bb raft: separate MaxCommittedSizePerReady config from MaxSizePerMsg 6 years ago
  Tobias Schottdorf ad49c8fd98 raft: fix bug in unbounded log growth prevention mechanism 6 years ago
  Nathan VanBenschoten 73c20cc1b7 raft: Fix comment on sendHeartbeat 6 years ago
  Nathan VanBenschoten f89b06dc6d raft: provide protection against unbounded Raft log growth 6 years ago
  Gyuho Lee bb60f8ab1d raft: change import paths to "go.etcd.io/etcd" 6 years ago
  Xiang Li 11dd0b583b Merge pull request #9982 from bdarnell/pagination 6 years ago
  Ben Darnell a9e7c1e11f raft: Make flow control more aggressive 6 years ago
  Ben Darnell 0a670b7c9b raft: Introduce CommittedEntries pagination 6 years ago
  Nathan VanBenschoten 0a415cf0d6 raft: dont allocate slice and sort on every commit 7 years ago
  Ben Darnell 20422c5b4d raft: Really avoid scanning raft log in becomeLeader 6 years ago
  Xiang Li 357308bfcd Merge pull request #9679 from lorneli/lorneli-raft-dev 6 years ago
  lorneli a083282482 raft: describe the purpose of lockedRand 6 years ago
  Jia Zhan d14b705355 raft: fix a few comments 6 years ago
  Gyuho Lee 8aae8c1c9c raft: document disruptive rejoining server, add tests 6 years ago
  Gyuho Lee 01db389ea8 raft: document why reuse candidate's term for vote response in stepCandidate 6 years ago
  Gyuho Lee 38846c220a raft: use leader's term when candidate becomes follower 6 years ago
  Gyuho Lee 2b7c12fb12 raft: reuse "last index" in "appendEntry" 6 years ago
  Xiang Li d54f281b26 Merge pull request #8525 from shuaili87/pre-vote-compatible 7 years ago
  Ben Darnell 4e0291ff91 raft: Clarify conditions for granting votes and prevotes. 7 years ago
  Xiang Li c5532ebbf6 Merge pull request #9067 from absolute8511/optimize-raft-drop 7 years ago