Jonathan Boulle
cb1903ddcb
Merge pull request #2101 from jonboulle/relver
...
scripts: remove old release version scripts
2015-01-15 08:42:06 -08:00
Jonathan Boulle
5568d590ef
Merge pull request #2100 from jonboulle/docs
...
README: update to reflect doc changes
2015-01-15 08:41:50 -08:00
Jonathan Boulle
e41d1e2064
scripts: remove old release version scripts
2015-01-14 22:34:59 -08:00
Jonathan Boulle
28feb073b5
README: update to reflect doc changes
2015-01-14 22:17:29 -08:00
Yicheng Qin
e109836fef
Merge pull request #2094 from yichengq/298
...
docs: remove discovery-protocol
2015-01-14 17:29:25 -08:00
Yicheng Qin
5e4cc73991
Merge pull request #2099 from yichengq/301
...
docs: use 2.0 docs
2015-01-14 17:29:15 -08:00
Yicheng Qin
245e23ca47
docs: use 2.0 docs
2015-01-14 17:27:35 -08:00
Yicheng Qin
6bda827b67
Merge pull request #2096 from yichengq/299
...
docs: optimal-cluster-size -> 2.0/admin_guide
2015-01-14 17:24:45 -08:00
Yicheng Qin
f1c6771726
docs: optimal-cluster-size -> 2.0/admin_guide
2015-01-14 17:23:37 -08:00
Yicheng Qin
1146cb9461
Merge pull request #2097 from xiang90/fix_force_test
...
integration: fix force cluster test
2015-01-14 16:46:20 -08:00
Xiang Li
467ce1e730
Merge pull request #2098 from yichengq/300
...
docs: refine security.md
2015-01-14 16:45:40 -08:00
Yicheng Qin
507021d884
docs: refine security.md
2015-01-14 16:42:05 -08:00
Xiang Li
8e8552b2ad
integration: fix force cluster test
2015-01-14 16:40:09 -08:00
Yicheng Qin
2b94119fb1
docs: remove discovery-protocol
...
It is out-of-data, and will be reintroduced when the protocol is settled
down.
2015-01-14 15:20:48 -08:00
Xiang Li
41a30ff21b
Merge pull request #2092 from yichengq/296
...
docs: remove cluster-discovery
2015-01-14 15:19:12 -08:00
Xiang Li
dde0e6d05a
Merge pull request #2093 from yichengq/297
...
docs: remove unused img/
2015-01-14 15:18:52 -08:00
Yicheng Qin
4df434334f
docs: remove unused img/
2015-01-14 15:17:57 -08:00
Yicheng Qin
1d02493a53
docs: remove cluster-discovery
...
It is covered by 2.0/clustering.md
2015-01-14 15:14:58 -08:00
Xiang Li
d117a12d02
Merge pull request #2091 from yichengq/295
...
docs: remove clients-matrix
2015-01-14 15:09:04 -08:00
Yicheng Qin
23406dc2ee
docs: remove clients-matrix
...
The doc is out of maintainence, and may confuse users. We will bring it
back when we have efforts and better method to manage client bindings.
2015-01-14 15:05:35 -08:00
Yicheng Qin
e5daa2c6ca
Merge pull request #2086 from xiang90/cluster_doc
...
doc: remove old clustering doc
2015-01-14 15:03:43 -08:00
Xiang Li
5de4a464f7
Merge pull request #2089 from bdarnell/heartbeat-response
...
raft: introduce MsgHeartbeatResp.
2015-01-14 14:56:24 -08:00
Ben Darnell
2e1c36cdd9
raft: introduce MsgHeartbeatResp.
...
Now that heartbeats are distinct from MsgApp{,Resp}, the retries
currently performed in stepLeader's MsgAppResp section are only
performed on an actual MsgAppResp (or a new MsgProp). This means
that it may take a long time to recover from a dropped MsgAppResp
in a quiet cluster.
This commit adds a dedicated heartbeat response message. This message
does not convey the follower's current log position because the
MsgHeartbeat does not include the leaders term and index. Upon receipt
of a heartbeat response, the leader may retry the latest MsgApp if it
believes the follower to be behind.
2015-01-14 17:34:10 -05:00
Yicheng Qin
238b17fee0
Merge pull request #2090 from bdarnell/raft-ticks
...
raft: Use <= instead of < for heartbeat ticks.
2015-01-14 13:01:33 -08:00
Ben Darnell
9972e62d94
raft: Use <= instead of < for heartbeat ticks.
...
In code outside the raft package, we cannot call raft.bcastHeartbeat
directly. Instead, to control heartbeats we set heartbeatInterval to 1
and call Tick().
2015-01-14 15:27:32 -05:00
Xiang Li
232927d9dc
Merge pull request #2088 from bdarnell/listen-localhost
...
pkg/transport: tests always listen on 127.0.0.1
2015-01-14 10:54:46 -08:00
Ben Darnell
4510993b67
pkg/transport: tests always listen on 127.0.0.1
...
This avoids firewall prompts when running tests on OSX.
2015-01-14 13:14:57 -05:00
Xiang Li
8e6297780b
Merge pull request #2087 from xiang90/doc_rm
...
doc: remove out-of-dated docs
2015-01-13 20:58:15 -08:00
Xiang Li
3e268467c8
doc: remove out-of-dated docs
2015-01-13 18:35:11 -08:00
Xiang Li
733b655bfa
doc: remove old clustering doc
2015-01-13 18:26:48 -08:00
Xiang Li
1b9ccfc66f
Merge pull request #2084 from yichengq/294
...
integration: add TestForceNewCluster
2015-01-13 15:47:21 -08:00
Yicheng Qin
a318112c7a
integration: add TestForceNewCluster
2015-01-13 13:55:38 -08:00
Xiang Li
89d95539cf
Merge pull request #2083 from yichengq/293
...
*: move etcdserver/idutil -> pkg/idutil
2015-01-13 13:04:50 -08:00
Yicheng Qin
07a69430c1
*: move etcdserver/idutil -> pkg/idutil
2015-01-13 11:54:51 -08:00
Xiang Li
a83aba12f0
Merge pull request #2082 from yichengq/292
...
error: remove unused Message func
2015-01-13 11:11:04 -08:00
Xiang Li
c212a511fe
Merge pull request #2078 from yichengq/290
...
pkg/crc: add test
2015-01-13 11:10:51 -08:00
Yicheng Qin
c68f5c2059
pkg/crc: add test
2015-01-13 11:07:18 -08:00
Yicheng Qin
51005d32c7
Merge pull request #2079 from yichengq/291
...
pkg/cors: add tests
2015-01-13 11:05:02 -08:00
Yicheng Qin
b9544d32b6
error: remove unused Message func
2015-01-13 10:40:06 -08:00
Xiang Li
586a5e463e
Merge pull request #2059 from trainchou/master
...
docs: fix send rate usage in api.md
2015-01-13 08:33:36 -08:00
周春寅
42ae6e5f5b
docs: fix send rate usage in api.md
2015-01-13 23:18:12 +08:00
Yicheng Qin
c8994cff37
pkg/cors: add tests
2015-01-12 18:42:40 -08:00
Yicheng Qin
0015372939
pkg/cors: remove http flush
...
The code is introduced in 7dce4c8fbb0063818cfbd2a8cbbd63e8c8bbce31, and
the comments cannot explain the usefulness of the code at all.
2015-01-12 18:03:30 -08:00
Yicheng Qin
2e776117f8
Merge pull request #2071 from yichengq/287
...
etcdhttp: add NewPeerHandler test
2015-01-12 15:59:37 -08:00
Yicheng Qin
dc6aef0d02
etcdhttp: add NewPeerHandler test
2015-01-12 15:56:29 -08:00
Yicheng Qin
9010e8a2c4
Merge pull request #2069 from yichengq/286
...
pkg/pbutil: add marshal-related tests
2015-01-12 15:32:18 -08:00
Yicheng Qin
7e67fd13f6
pkg/pbutil: add marshal-related tests
2015-01-12 15:26:55 -08:00
Yicheng Qin
e01ae2c083
Merge pull request #2073 from yichengq/288
...
etcdmain: add config tests
2015-01-12 13:39:34 -08:00
Yicheng Qin
50395a53fb
etcdmain: add license
2015-01-12 13:34:21 -08:00
Yicheng Qin
60d6c34c28
etcdmain: add config tests
2015-01-12 13:34:16 -08:00