Histórico de Commits

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