Tobias Schottdorf
|
c30c2e345b
raft: let learners vote
|
5 years ago |
Tobias Schottdorf
|
b9c051e7a7
raftpb: clean up naming in ConfChange
|
5 years ago |
Tobias Schottdorf
|
b67303c6a2
raft: allow use of joint quorums
|
5 years ago |
Tobias Schottdorf
|
c9491d7861
raft: clean up bootstrap
|
5 years ago |
Tobias Schottdorf
|
c62b7048b5
raft: use RawNode for node's event loop
|
5 years ago |
Tobias Schottdorf
|
aa158f36b9
raft: internally support joint consensus
|
5 years ago |
Tobias Schottdorf
|
6f009d211f
raft: allow voter to become learner through snapshot
|
5 years ago |
Tobias Schottdorf
|
b171e1c78b
raft: centralize configuration change application
|
5 years ago |
Tobias Schottdorf
|
f9c2d00fb3
raft: extract 'tracker' package
|
5 years ago |
Tobias Schottdorf
|
e039629907
raft: use half-populated joint quorum
|
5 years ago |
Tobias Schottdorf
|
3def2364e4
raft: use membership sets in progress tracking
|
5 years ago |
Tobias Schottdorf
|
c844526002
raft: prevent learners from becoming leader
|
5 years ago |
Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 years ago |
Tobias Schottdorf
|
a11563737c
raft: use progress tracker APIs in more places
|
5 years ago |
Tobias Schottdorf
|
ea82b2b758
raft: move more methods onto the progress tracker
|
5 years ago |
Tobias Schottdorf
|
dbac67e7a8
raft: extract progress tracking into own component
|
5 years ago |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 years ago |
Jingyi Hu
|
5088d70d69
raft: leader response to learner MsgReadIndex
|
5 years ago |
shawnli
|
23731bf9ba
raft: set lead to none when becomePreCandidate
|
5 years ago |
Tobias Schottdorf
|
5c209d66d2
raft: ensure leader is in ProgressStateReplicate
|
6 years ago |
Shin'ya Ueoka
|
aa4313a55a
*: fix github links
|
6 years ago |
Gyuho Lee
|
b7ed4165ea
raft: fix godoc in tests
|
6 years ago |
Gyuho Lee
|
965ba5ca8b
Merge pull request #10203 from ping40/doc1022_2
|
6 years ago |
Tobias Schottdorf
|
ad49c8fd98
raft: fix bug in unbounded log growth prevention mechanism
|
6 years ago |
ping40
|
de470991e1
raft: fix description in UT
|
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
|
bc14deecca
raft: Add a test for MaxSizePerMsg feature
|
6 years ago |