Xiang Li
|
cbdb0266e9
|
Merge pull request #2043 from xiang90/leader_member
etcdhttp: support member/leader endpoint
|
2015-01-06 09:01:58 -08:00 |
|
Xiang Li
|
1ebad5e42c
|
etcdhttp: support member/leader endpoint
|
2015-01-06 08:52:33 -08:00 |
|
Yicheng Qin
|
7a2fa39e52
|
Merge pull request #2012 from andybons/master
raft: add link to the paper raft_paper_test.go refers to
|
2015-01-06 00:27:47 -08:00 |
|
Yicheng Qin
|
6d288fa9e9
|
Merge pull request #2041 from yichengq/277
docs: add doc for server timeout
|
2015-01-05 15:27:02 -08:00 |
|
Yicheng Qin
|
88a9eedf06
|
docs: add doc for server timeout
|
2015-01-05 15:23:22 -08:00 |
|
Xiang Li
|
0c55cfb21e
|
Merge pull request #2036 from xiang90/trtr
refactor rafthttp
|
2015-01-05 14:08:51 -08:00 |
|
Xiang Li
|
1aa8f1eee6
|
rafthttp: clean up reader when failed
|
2015-01-05 12:04:25 -08:00 |
|
Xiang Li
|
6b8667152b
|
Merge pull request #2035 from xiang90/errorc
etcdserver: collect error from errorc
|
2015-01-05 11:29:01 -08:00 |
|
Xiang Li
|
8ac184ad52
|
Merge pull request #2037 from xiang90/doc_watch
Doc watch
|
2015-01-05 11:26:12 -08:00 |
|
Xiang Li
|
d4a145ab0d
|
doc: add note for watch api
|
2015-01-05 11:04:01 -08:00 |
|
Yicheng Qin
|
66d9f28926
|
Merge pull request #2027 from yichengq/273
integration: extend timeout to wait
|
2015-01-05 08:33:35 -08:00 |
|
Yicheng Qin
|
cb5bff5b05
|
Merge pull request #2034 from yichengq/276
etcdhttp: reset serve and watch timeout
|
2015-01-05 08:33:25 -08:00 |
|
Xiang Li
|
4938e6bff5
|
rafthttp: a stopped peer does not accept any methods
|
2015-01-03 20:02:43 -08:00 |
|
Xiang Li
|
3319f716d9
|
rafthttp: a stopped stream does not accept any methods
|
2015-01-03 19:39:33 -08:00 |
|
Xiang Li
|
15be030aaa
|
etcdserver: collect error from errorc
|
2015-01-02 20:13:46 -08:00 |
|
Yicheng Qin
|
4dd00be365
|
etcdhttp: reset serve and watch timeout
|
2015-01-02 16:39:13 -08:00 |
|
Yicheng Qin
|
b44d7f84c4
|
integration: extend timeout to wait
|
2015-01-02 16:28:27 -08:00 |
|
Xiang Li
|
d719bc0e29
|
Merge pull request #2032 from xiang90/note
doc: add note for reconfiguration
|
2015-01-02 15:03:19 -08:00 |
|
Xiang Li
|
bc6f062008
|
doc: add note for reconfiguration
|
2015-01-02 15:02:35 -08:00 |
|
Xiang Li
|
2a83e350b1
|
Merge pull request #1992 from xiang90/rm_leader
*: support removing the leader from a 2 members cluster
|
2015-01-02 14:15:12 -08:00 |
|
Xiang Li
|
6e727625b9
|
etcdserver: continue to apply after self-removed
|
2015-01-02 14:10:07 -08:00 |
|
Xiang Li
|
0632dc2023
|
Merge pull request #2031 from xiang90/rm_test
etcdsever: remove mult_server_test
|
2015-01-02 13:53:13 -08:00 |
|
Xiang Li
|
51ffc88096
|
etcdsever: remove mult_server_test
|
2015-01-02 13:49:58 -08:00 |
|
Xiang Li
|
5bb43b5276
|
Merge pull request #2030 from xiang90/server_test
Server test
|
2015-01-02 12:27:39 -08:00 |
|
Xiang Li
|
41f6137261
|
etcdserver: use the actual store implementation when we need the actual implementation
|
2015-01-02 12:22:01 -08:00 |
|
Xiang Li
|
27d47977d9
|
etcdserver: move recorder to testutil
|
2015-01-02 11:21:23 -08:00 |
|
Xiang Li
|
ac6cd03365
|
etcdserver: refactor server_test.go
|
2015-01-02 10:56:09 -08:00 |
|
Xiang Li
|
921ce4c25b
|
Merge pull request #2021 from xiang90/raft_reject_hint
raft: add lastIndex as rejectHint
|
2015-01-02 09:16:33 -08:00 |
|
Xiang Li
|
35b907ac58
|
raft: add lastIndex as rejectHint
Add the lastindex of the raft log as reject hint, so the leader can
bypass the greater index probing and decrease the next index directly
to last + 1.
|
2015-01-01 19:04:07 -08:00 |
|
Xiang Li
|
95a661251d
|
rafthttp: rename streamClient -> streamReader
|
2014-12-31 21:20:58 -08:00 |
|
Xiang Li
|
fe53ffd74d
|
rafthttp: streamserver -> streamwriter
|
2014-12-31 21:11:24 -08:00 |
|
Yicheng Qin
|
5a867611ca
|
Merge pull request #2025 from yichengq/270
tools: move etcd-migrate to tools
|
2014-12-31 11:47:21 -08:00 |
|
Yicheng Qin
|
1f8eef3b3b
|
Merge pull request #2026 from yichengq/272
rafthttp: fix stream.open call
|
2014-12-31 11:30:58 -08:00 |
|
Yicheng Qin
|
2292da15d6
|
rafthttp: fix stream.open call
|
2014-12-31 10:02:45 -08:00 |
|
Xiang Li
|
04003a01ba
|
Merge pull request #2013 from xiang90/tr
rafthttp cleanup
|
2014-12-31 08:35:20 -08:00 |
|
Yicheng Qin
|
4974bb0349
|
Merge pull request #2022 from yichengq/268
godeps: bump go-etcd to 6aa2da5
|
2014-12-31 07:39:00 -08:00 |
|
Yicheng Qin
|
9de4e36b6a
|
tools: move etcd-migrate to tools
|
2014-12-30 22:48:47 -08:00 |
|
Yicheng Qin
|
dc863459f8
|
godeps: bump go-etcd to 6aa2da5
|
2014-12-30 20:12:48 -08:00 |
|
Xiang Li
|
17401994c0
|
Merge pull request #2019 from yichengq/266
tools: add etcd-dump-logs
|
2014-12-30 16:16:11 -08:00 |
|
Yicheng Qin
|
8b0c7bf652
|
tools: add etcd-dump-logs
The tool can dump the log from data directory.
It helps develop and debug.
|
2014-12-30 16:14:27 -08:00 |
|
Xiang Li
|
7273a861a6
|
Merge pull request #2018 from xiang90/server_error
etcdserver: move error to errors.go
|
2014-12-30 15:05:05 -08:00 |
|
Xiang Li
|
803c38f448
|
etcdserver: move error to errors.go
Both server.go and cluster.go are using defined ErrX. Move error
to errors.go
|
2014-12-30 15:02:07 -08:00 |
|
Xiang Li
|
2c21ac656b
|
Merge pull request #2017 from xiang90/pbutil
pbutil: move getbool to pbutil
|
2014-12-30 14:51:53 -08:00 |
|
Xiang Li
|
c3d2f5eea0
|
pbutil: add getbool to pbutil
|
2014-12-30 14:51:26 -08:00 |
|
Yicheng Qin
|
8088440e1d
|
Merge pull request #2015 from yichengq/265
etcdserver: cleanup server tests
|
2014-12-30 13:52:58 -08:00 |
|
Yicheng Qin
|
241a474935
|
etcdserver: refactor server tests
1. remove redundant fake struct
2. use fake node for better testing
3. code clean
|
2014-12-30 13:49:55 -08:00 |
|
Xiang Li
|
d2c7a7e5cb
|
rafthttp: remove raftPrefix
|
2014-12-30 13:48:07 -08:00 |
|
Xiang Li
|
2193b70fb3
|
rafthttp: add stream
|
2014-12-30 13:45:11 -08:00 |
|
Jonathan Boulle
|
bbfed7e6ef
|
Merge pull request #2016 from Mic92/patch-1
README.md: New etcdctl link
|
2014-12-30 11:49:23 -08:00 |
|
Jörg Thalheim
|
3f8a85ed7e
|
README.md: New etcdctl link
|
2014-12-30 18:20:57 +01:00 |
|