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
|
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 |
|
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 |
|
Yicheng Qin
|
a92bd1d165
|
etcdserver: add multi_server_test.go
|
2014-12-30 00:10:18 -08:00 |
|
Xiang Li
|
f79b9042ab
|
etcdserver: fix streaming handler
|
2014-12-29 22:12:58 -08:00 |
|
Yicheng Qin
|
3748088b96
|
etcdserver: print out log of normal tests
|
2014-12-29 14:38:00 -08:00 |
|
Yicheng Qin
|
6ccaadc95d
|
Merge pull request #1952 from yichengq/262
etcdserver: add id generator
|
2014-12-29 13:59:06 -08:00 |
|
Yicheng Qin
|
05c921229e
|
etcdserver: add id generator
|
2014-12-29 13:03:04 -08:00 |
|
Xiang Li
|
c712dd682a
|
rafthttp: make Transport private
|
2014-12-29 12:20:52 -08:00 |
|
Xiang Li
|
a14d13f724
|
rafthttp: make fields in Transport private
|
2014-12-29 12:08:13 -08:00 |
|
Xiang Li
|
7c8b9c0203
|
Merge pull request #2011 from xiang90/timeutil
etcdserver: move getExpr to timeutil
|
2014-12-29 12:03:25 -08:00 |
|
Xiang Li
|
152676f43a
|
*: support removing the leader from a 2 members cluster
|
2014-12-29 11:34:33 -08:00 |
|
Yicheng Qin
|
dc6ba914c8
|
Merge pull request #2010 from yichengq/264
rafthttp: cleanup transport
|
2014-12-29 11:22:59 -08:00 |
|
Yicheng Qin
|
5bb8eeb5cf
|
rafthttp: transport cleanup
|
2014-12-29 11:21:40 -08:00 |
|