Tobias Schottdorf
|
e8090e57a2
raft/rafttest: introduce datadriven testing
|
5 years ago |
Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 years ago |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 years ago |
Gyuho Lee
|
bb60f8ab1d
raft: change import paths to "go.etcd.io/etcd"
|
6 years ago |
杜军
|
8151d4d0bc
raft: make memory storage set method thread safe
|
8 years ago |
sharat
|
9b3b1f80dd
raft: handled panic for Term due to IOB
|
8 years ago |
sharat
|
fd757756f5
raft: handling of applying old snapshots
|
8 years ago |
Gyu-Ho Lee
|
6a48961895
raft: len(entries) before Lock, use firstIndex
|
8 years ago |
Gyu-Ho Lee
|
fe884f8209
raft: update LICENSE header
|
8 years ago |
Xiang Li
|
1b41ee9c99
raft: fix issues reported by golint
|
8 years ago |
Anthony Romano
|
c5b51946eb
*: exported godoc fixups
|
8 years ago |
Anthony Romano
|
20461ab11a
*: fix many typos
|
8 years ago |
Shawn Smith
|
edd823bba6
raft: fix var name in comment
|
8 years ago |
siddontang
|
54a45ba2f5
*: fix typo
|
8 years ago |
Kenji Kaneda
|
ebd8cb04c1
raft: fix a description of MemoryStorage.Compact
|
9 years ago |
Yicheng Qin
|
4c82b481a5
raft: improve behavior when snapshot fails
|
9 years ago |
Yicheng Qin
|
c6de464587
raft: lock storage when compact it
|
9 years ago |
Xiang Li
|
7571b2cde2
raft: limit the size of msgApp
|
9 years ago |
Xiang Li
|
97579e2e1d
raft: introduce logger interface
|
9 years ago |
Xiang Li
|
cbef6ab152
raft: clean up storage
|
9 years ago |
Xiang Li
|
5ede18be74
raft: separate compact and createsnap in memory storage
|
9 years ago |
Jonathan Boulle
|
f1ed69e883
*: switch to line comments for copyright
|
9 years ago |
Ben Darnell
|
fa247d09cc
raft: remove panic when we see a proposal with no leader.
|
10 years ago |
Xiang Li
|
2f5b748a90
raft: clearify that the firstIndex might not be available.
|
10 years ago |
Xiang Li
|
312db7f0f3
raft: fix memory storage
|
10 years ago |
Xiang Li
|
d214e87aee
raft: make unstable.entries immutable; copy the entries at bad path
|
10 years ago |
Xiang Li
|
732cfa1ad6
raft: remove the applysnap from Storage interface
|
10 years ago |
Xiang Li
|
8de98d4903
raft: clean up
|
10 years ago |
Xiang Li
|
9bd1786fe4
raft: memory storage does not append out of date entries
|
10 years ago |
Xiang Li
|
9df0e7715d
raft: do not panic on out of date compaction
|
10 years ago |