Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 years ago |
Gyuho Lee
|
e899023f3f
Merge pull request #10640 from shrajfr12/gomodulecompat
|
5 years ago |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 years ago |
Nathan VanBenschoten
|
b5593de806
raft: Avoid multiple allocs when merging stable and unstable log
|
5 years ago |
Andrew Werner
|
e4af2be5bb
raft: separate MaxCommittedSizePerReady config from MaxSizePerMsg
|
6 years ago |
Gyuho Lee
|
bb60f8ab1d
raft: change import paths to "go.etcd.io/etcd"
|
6 years ago |
Ben Darnell
|
0a670b7c9b
raft: Introduce CommittedEntries pagination
|
6 years ago |
sharat
|
9b3b1f80dd
raft: handled panic for Term due to IOB
|
8 years ago |
siddontang
|
f8ee322b08
raft: fix overflow
|
8 years ago |
Gyu-Ho Lee
|
881a120453
raft: minor updates and clean up in log.go
|
8 years ago |
Gyu-Ho Lee
|
fe884f8209
raft: update LICENSE header
|
8 years ago |
Gyu-Ho Lee
|
c09f23c46d
*: clean up bool comparison
|
8 years ago |
es-chow
|
5bc56786dc
raft: add RawNode which is a thread-unsafe node without goroutine and remove MultiNode
|
9 years ago |
Brandon Philips
|
68d4ec3e13
raft: improve panic error message
|
9 years ago |
es-chow
|
cc362ccdad
raft: set logger to raft so log context such as multinode groupID can be logged
|
9 years ago |
Xiang Li
|
b4022899eb
raft: fix panic in send app
|
9 years ago |
Xiang Li
|
1561b85bf3
raft: drop the raft prefix in logging
|
9 years ago |
Xiang Li
|
0ca6be31f8
raft: remove wrong invariant
|
9 years ago |
xujun
|
6b7891c643
raft: fix typo in raftlog
|
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 |
Jonathan Boulle
|
f1ed69e883
*: switch to line comments for copyright
|
9 years ago |
Andrew Bonventre
|
4463f5c4b3
raft: add link to the paper raft_paper_tests.go refers to
|
10 years ago |
Xiang Li
|
96de9776b7
raft: get rid of allocation
|
10 years ago |
Yicheng Qin
|
34a468de36
raft: return 0 for term of compacted index
|
10 years ago |
Xiang Li
|
3209fd544b
raft: panic on bad slice
|
10 years ago |
Xiang Li
|
79014556e9
Merge pull request #1831 from xiang90/fix_unstable
|
10 years ago |
Xiang Li
|
2f5b748a90
raft: clearify that the firstIndex might not be available.
|
10 years ago |
Xiang Li
|
3cadaca1a3
Merge pull request #1830 from xiang90/raft_snap_log
|
10 years ago |
Xiang Li
|
411063e14f
raft: log snapshot events
|
10 years ago |