Tobias Schottdorf
|
721127da12
raft: require app to consume result from Ready()
|
5 년 전 |
Tobias Schottdorf
|
b9c051e7a7
raftpb: clean up naming in ConfChange
|
5 년 전 |
Tobias Schottdorf
|
b67303c6a2
raft: allow use of joint quorums
|
5 년 전 |
Tobias Schottdorf
|
c9491d7861
raft: clean up bootstrap
|
5 년 전 |
Tobias Schottdorf
|
6b0322549f
raft: replace StatusWithoutProgress with BasicStatus
|
5 년 전 |
Tobias Schottdorf
|
7ce934cbec
raft: return active config in Status
|
5 년 전 |
Tobias Schottdorf
|
26a1e60eab
raft: return non-nil Inflights in raft status
|
5 년 전 |
Tobias Schottdorf
|
f9c2d00fb3
raft: extract 'tracker' package
|
5 년 전 |
Tobias Schottdorf
|
cbb7730c26
raft: make relationship between node and RawNode explicit
|
5 년 전 |
Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 년 전 |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 년 전 |
Tobias Schottdorf
|
bd332b318e
raft: add (*RawNode).WithProgress
|
6 년 전 |
Tobias Schottdorf
|
ad49c8fd98
raft: fix bug in unbounded log growth prevention mechanism
|
6 년 전 |
Nathan VanBenschoten
|
f89b06dc6d
raft: provide protection against unbounded Raft log growth
|
6 년 전 |
Ben Darnell
|
08e88c6693
Merge pull request #10063 from tschottdorf/fix-commit-pagination
|
6 년 전 |
Peter Mattis
|
66ee394527
raft: fix Ready.MustSync logic
|
6 년 전 |
Tobias Schottdorf
|
7a8ab37bfd
raft: fix correctness bug in CommittedEntries pagination
|
6 년 전 |
Gyuho Lee
|
bb60f8ab1d
raft: change import paths to "go.etcd.io/etcd"
|
6 년 전 |
Vincent Lee
|
30ced5b2be
raft: let raft step return error when proposal is dropped to allow fail-fast.
|
7 년 전 |
Peter Mattis
|
ab03a42f06
raft: add Ready.MustSync
|
7 년 전 |
Dylan.Wen
|
16135165c2
raft: add RawNode test case for #6866
|
8 년 전 |
Gyu-Ho Lee
|
0c5d1d5641
raft: simplify boolean comparison, remove unused
|
8 년 전 |
Dylan.Wen
|
eeca614cd3
raft: add read index for RawNode
|
8 년 전 |
Xiang Li
|
484f579905
raft: hide Campaign rules on applying all entries
|
8 년 전 |
Gyu-Ho Lee
|
fe884f8209
raft: update LICENSE header
|
8 년 전 |
es-chow
|
ac059eb8cb
raft: transfer leader feature
|
8 년 전 |
Anthony Romano
|
20461ab11a
*: fix many typos
|
9 년 전 |
es-chow
|
5bc56786dc
raft: add RawNode which is a thread-unsafe node without goroutine and remove MultiNode
|
9 년 전 |