Historique des commits

Auteur SHA1 Message Date
  Tobias Schottdorf caa48bcc3d raft: remove TestNodeBoundedLogGrowthWithPartition il y a 6 ans
  Tobias Schottdorf c9491d7861 raft: clean up bootstrap il y a 6 ans
  Tobias Schottdorf c62b7048b5 raft: use RawNode for node's event loop il y a 6 ans
  Gyuho Lee 34bd797e67 *: revert module import paths il y a 6 ans
  shivaramr 9150bf52d6 go modules: Fix module path version to include version number il y a 6 ans
  Andrew Werner e4af2be5bb raft: separate MaxCommittedSizePerReady config from MaxSizePerMsg il y a 7 ans
  Tobias Schottdorf ad49c8fd98 raft: fix bug in unbounded log growth prevention mechanism il y a 7 ans
  Nathan VanBenschoten f89b06dc6d raft: provide protection against unbounded Raft log growth il y a 7 ans
  Tobias Schottdorf 7a8ab37bfd raft: fix correctness bug in CommittedEntries pagination il y a 7 ans
  Gyuho Lee bb60f8ab1d raft: change import paths to "go.etcd.io/etcd" il y a 7 ans
  Ben Darnell 0a670b7c9b raft: Introduce CommittedEntries pagination il y a 7 ans
  Ben Darnell bc14deecca raft: Add a test for MaxSizePerMsg feature il y a 7 ans
  Vincent Lee f0dffb4163 raft: Propose in raft node wait the proposal result so we can fail fast while dropping proposal. il y a 8 ans
  Xiang Li c5532ebbf6 Merge pull request #9067 from absolute8511/optimize-raft-drop il y a 8 ans
  Vincent Lee 30ced5b2be raft: let raft step return error when proposal is dropped to allow fail-fast. il y a 8 ans
  Vincent Lee 11fa4f0275 raft: raft learners should be returned after applyConfChange il y a 8 ans
  Ben Darnell 8d8f3195e4 raft: Avoid scanning raft log in becomeLeader il y a 8 ans
  Gyu-Ho Lee f65aee0759 *: replace 'golang.org/x/net/context' with 'context' il y a 8 ans
  smetro e461017ac5 raft: add DisableProposalForwarding option il y a 8 ans
  Gyu-Ho Lee 3d75395875 *: remove never-unused vars, minor lint fix il y a 8 ans
  Xiang 931cf3454a raft: make TestNodeTick reliable il y a 8 ans
  Peter Mattis ab03a42f06 raft: add Ready.MustSync il y a 8 ans
  Manjunath A Kumatagi 0914b8b707 test: Fix gosimple errors il y a 9 ans
  Dylan.Wen 16135165c2 raft: add RawNode test case for #6866 il y a 9 ans
  Xiang Li fc8cd44c72 raft: use status to test node stop il y a 9 ans
  Xiang Li f2eb8560ed raft: fix TestNodeProposeAddDuplicateNode il y a 9 ans
  Vincent Lee e6d1ebcc1d raft: use the channel instead of sleep to make test case reliable il y a 9 ans
  Vincent Lee bc6f5ad53e raft: fix test case for data race il y a 9 ans
  Vincent Lee 62bd5477b9 raft: fix test case, should wait config propose applied il y a 9 ans
  Vincent Lee 16e3ab0f11 raft: test case to check the duplicate add node propose il y a 9 ans