Gyu-Ho Lee
|
9a726b424d
*: fix leaky context creation with cancel
|
7 years ago |
Gyu-Ho Lee
|
f65aee0759
*: replace 'golang.org/x/net/context' with 'context'
|
7 years ago |
Anthony Romano
|
758c3c09fd
etcdserver: refactor v2 request processing
|
7 years ago |
Anthony Romano
|
1d3afd4bb5
etcdhttp, v2http, etcdserver: use etcdserver.{Server,ServerV2} interfaces
|
7 years ago |
Anthony Romano
|
1acc8090e3
Merge pull request #8110 from heyitsanthony/fix-test-sync-timeout
|
7 years ago |
Anthony Romano
|
aa0e6b26c0
etcdserver: use RecorderStream for TestSyncTimeout to avoid missing action
|
7 years ago |
Anthony Romano
|
dcf52bbfac
etcdserver, embed, integration: don't use pointer for ServerConfig
|
7 years ago |
Anthony Romano
|
f6cd4d4f5b
snap, etcdserver: tighten up snapshot path handling
|
7 years ago |
fanmin shi
|
dfdaf082c5
etcdserver: add a test to ensure renaming db happens before persisting wal and snap files
|
7 years ago |
fanmin shi
|
e33b10a666
etcdserver: add a test to ensure config change also update ConsistIndex
|
7 years ago |
Anthony Romano
|
714b48a4b4
etcdserver: initialize raftNode with constructor
|
7 years ago |
Anthony Romano
|
d9ec6b4d22
*: return updated member list in v3 rpcs
|
7 years ago |
Anthony Romano
|
8ad935ef2c
etcdserver: use cancelable context for server initiated requests
|
7 years ago |
Gyu-Ho Lee
|
80c10e150f
etcdserver: remove possibly compacted entry look-up
|
7 years ago |
Gyu-Ho Lee
|
3d75395875
*: remove never-unused vars, minor lint fix
|
7 years ago |
Xiang Li
|
6a0a0a7ea1
etcdserver: make snaptest fail fast
|
8 years ago |
Gyu-Ho Lee
|
136c02da71
Merge pull request #6738 from gyuho/raft-cleanup
|
8 years ago |
Gyu-Ho Lee
|
5bd00ab1f6
*: fix minor typos
|
8 years ago |
Gyu-Ho Lee
|
6ec03d3f7c
etcdserver: move 'EtcdServer.send' to raft.go
|
8 years ago |
Gyu-Ho Lee
|
0c61d8804a
etcdserver: make WaitGroup.Add sync with Wait
|
8 years ago |
Anthony Romano
|
289e3c0c63
etcdserver: use stream recorder for TestPublishRetry
|
8 years ago |
Anthony Romano
|
3866e78c26
etcdserver: tighten up goroutine management
|
8 years ago |
Gyu-Ho Lee
|
a56cb82180
etcdserver: add TransferLeadership for raft.Node
|
8 years ago |
Anthony Romano
|
cfe09d34b8
etcdserver: don't race when waiting for store in TestSnapshot
|
8 years ago |
Xiang Li
|
1c5754f02d
raft: fix readindex
|
8 years ago |
Xiang Li
|
3451623c71
etcdserver: fix TestSnap
|
8 years ago |
Xiang Li
|
6f2e7875aa
etcdctl: add migrate command
|
8 years ago |
Gyu-Ho Lee
|
abb4cd5646
etcdserver: update LICENSE header
|
8 years ago |
Xiang Li
|
9c103dd0de
*: cancel required leader streams when memeber lost its leader
|
8 years ago |
Xiang Li
|
434f2c356d
etcdserver: do not serve requests before finish the first internal proposal
|
8 years ago |