etcd/rafthttp
Yicheng Qin 19fc1a7137 rafthttp: update streamReader term in time
Because etcd 2.1 will build stream to any existing peers and etcd 2.0
requires the remote to provide most updated term, it is
necessary for streamReader to know the latest term.
2015-05-26 14:52:42 -07:00
..
coder.go rafthttp: add copyright header 2015-02-28 11:35:16 -08:00
functional_test.go rafthttp: stop etcd if it is found removed when stream dial 2015-04-27 15:10:00 -07:00
http.go rafthttp: try stream msgappV1 handler if msgappV2 is unsupported 2015-05-26 14:52:41 -07:00
http_test.go rafthttp: update streamReader term in time 2015-05-26 14:52:42 -07:00
message.go rafthttp: add copyright header 2015-02-28 11:35:16 -08:00
message_test.go rafthttp: add util, msgapp, message test 2015-02-28 11:35:16 -08:00
metrics.go *: use namespace and subsystem in metrics 2015-05-26 14:39:04 -07:00
msgapp.go rafthttp: add back tests that commentted out 2015-02-28 11:35:16 -08:00
msgapp_test.go rafthttp: add util, msgapp, message test 2015-02-28 11:35:16 -08:00
msgappv2.go rafthttp: reduce allocs in msgappv2 2015-04-06 09:45:39 -07:00
msgappv2_test.go rafthttp: reduce allocs in msgappv2 2015-04-06 09:45:39 -07:00
peer.go rafthttp: update streamReader term in time 2015-05-26 14:52:42 -07:00
peer_test.go rafhttp: refactor func peer.pick in peer.go 2015-03-02 15:17:14 -08:00
pipeline.go rafthttp: add AddRemote 2015-04-24 11:49:23 -07:00
pipeline_test.go rafthttp: try stream msgappV1 handler if msgappV2 is unsupported 2015-05-26 14:52:41 -07:00
remote.go rafthttp: add AddRemote 2015-04-24 11:49:23 -07:00
stream.go rafthttp: not log expected timeout as error 2015-05-26 14:52:41 -07:00
stream_test.go rafthttp: try stream msgappV1 handler if msgappV2 is unsupported 2015-05-26 14:52:41 -07:00
transport.go rafthttp: update streamReader term in time 2015-05-26 14:52:42 -07:00
transport_bench_test.go rafthttp: stop etcd if it is found removed when stream dial 2015-04-27 15:10:00 -07:00
transport_test.go *: update to use IANA-assigned ports 2015-04-06 13:49:43 -07:00
urlpick.go rafthttp: support multiple peer urls 2015-03-04 15:00:07 -08:00
urlpick_test.go rafthttp: support multiple peer urls 2015-03-04 15:00:07 -08:00
util.go rafthttp: add back tests that commentted out 2015-02-28 11:35:16 -08:00
util_test.go rafthttp: add util, msgapp, message test 2015-02-28 11:35:16 -08:00