Xiang Li
|
6b23a8131f
*: test gofmt with -s and fix reported issues
|
9 years ago |
Yicheng Qin
|
c9cca6a93b
*: update MinClusterVersion and supportedStream map
|
9 years ago |
Yicheng Qin
|
fb4b0b5cf0
rafthttp: support to init term when adding peer
|
9 years ago |
Yicheng Qin
|
2f05b24d6d
rafthttp: {from, to} -> {local, remote} in stream
|
9 years ago |
Yicheng Qin
|
bcc1aadea9
rafthttp: fix the misformat logging line
|
9 years ago |
Yicheng Qin
|
0de0e4b77c
rafthttp: pretty print message drop info
|
9 years ago |
Yicheng Qin
|
1dbe72bb74
rafthttp: pretty print connection error
|
9 years ago |
Yicheng Qin
|
f1e995b070
rafthttp: use leveled logger
|
9 years ago |
Xiang Li
|
28878e34ff
Merge pull request #2903 from xiang90/chord_rafthttp
|
9 years ago |
Yicheng Qin
|
c371d8c65c
rafthttp: version enforcement on rafthttp messages
|
9 years ago |
Xiang Li
|
a7a4233f0b
rafhttp: clean up logging messages
|
9 years ago |
Xiang Li
|
0d3d4c5b01
rafthttp: print out log when clusterID mismatch instead of exiting
|
9 years ago |
Yicheng Qin
|
fad2c09fa8
rafthttp: not log expected timeout as error
|
9 years ago |
Yicheng Qin
|
38b8e848ac
rafthttp: try stream msgappV1 handler if msgappV2 is unsupported
|
9 years ago |
Yicheng Qin
|
2e43ac8463
rafthttp: add test for streamReader.updateMsgAppTerm
|
9 years ago |
Yicheng Qin
|
8637a4bf69
rafthttp: only close streamMsgApp when updating term
|
9 years ago |
Yicheng Qin
|
8e0992a28b
rafthttp: resetCloser -> close
|
9 years ago |
Yicheng Qin
|
fc4543a3fd
Merge pull request #2628 from yichengq/improve-msgappv2
|
9 years ago |
Yicheng Qin
|
1c1cccd236
rafthttp: stop etcd if it is found removed when stream dial
|
9 years ago |
Yicheng Qin
|
51548acb4f
rafthttp: reduce allocs in msgappv2
|
9 years ago |
Yicheng Qin
|
0d88e0d111
rafthttp: introduce msgappv2 stream format
|
9 years ago |
Yicheng Qin
|
e41cbeda5d
rafthttp: drop messages in channel when disconnection
|
9 years ago |
Yicheng Qin
|
a230003255
rafthttp: report unreachable when dropping messages
|
9 years ago |
Yicheng Qin
|
51397a6423
rafthttp: use go-routine for MsgProp processing
|
9 years ago |
Xiang Li
|
8e76ccf979
Merge pull request #2439 from xiang90/metrics
|
9 years ago |
Xiang Li
|
a32abdbb0f
rafthttp: make metrics naming consistent
|
9 years ago |
Xiang Li
|
ab33c068b7
rafthttp: record the number of failed messages
|
9 years ago |
Yicheng Qin
|
0fe9861197
rafthttp: support multiple peer urls
|
9 years ago |
Xiang Li
|
17aa3cf7db
rafthttp: add metrics for sending message
|
9 years ago |
Xiang Li
|
44e53953c9
rafthttp: add comments for Transporter interface
|
9 years ago |