Xiang Li
|
a047aa4a81
rafthttp: rename to to peerID
|
8 年之前 |
Xiang Li
|
8528c8c599
*: more logging on critical state change
|
8 年之前 |
Xiang Li
|
efe0ee7e59
rafthttp: remove the newPipeline func
|
8 年之前 |
Gyu-Ho Lee
|
bd71a60875
rafthttp: update LICENSE header
|
8 年之前 |
Xiang Li
|
98dbdd5fbb
*: simplify network metrics
|
8 年之前 |
Anthony Romano
|
fe7cfe4d3d
rafthttp: plumb local peer URLs through transport
|
8 年之前 |
Yicheng Qin
|
84d7825a77
rafthttp: stop masking errMemberRemoved in pipeline
|
9 年之前 |
Yicheng Qin
|
908a011604
rafthttp: mark unreachable on unexpected response
|
9 年之前 |
Xiang Li
|
336d177c82
rafthttp: fix data races detected by go race detector
|
9 年之前 |
Yicheng Qin
|
4076dda101
rafthttp: fix wrong return in pipeline.handle
|
9 年之前 |
Xiang Li
|
427a154aae
rafthttp: various clean up
|
9 年之前 |
Yicheng Qin
|
1f21ccf166
rafthttp: support sending v3 snapshot message
|
9 年之前 |
Yicheng Qin
|
61a75b3d48
rafthttp: always cancel in-flight request when pipeline.send
|
9 年之前 |
Yicheng Qin
|
29dca49cb5
rafthttp: wait 1ms before enabling cancel
|
9 年之前 |
Yicheng Qin
|
1dbe72bb74
rafthttp: pretty print connection error
|
9 年之前 |
Yicheng Qin
|
1403783326
Merge pull request #2911 from yichengq/rafthttp-plog
|
9 年之前 |
Yicheng Qin
|
f1e995b070
rafthttp: use leveled logger
|
9 年之前 |
Yicheng Qin
|
7f8925e172
rafthttp: fix pipeline.stop may block
|
9 年之前 |
Yicheng Qin
|
c371d8c65c
rafthttp: version enforcement on rafthttp messages
|
9 年之前 |
Xiang Li
|
0d3d4c5b01
rafthttp: print out log when clusterID mismatch instead of exiting
|
9 年之前 |
Yicheng Qin
|
9f19b5660f
rafthttp: add AddRemote
|
9 年之前 |
Xiang Li
|
8e76ccf979
Merge pull request #2439 from xiang90/metrics
|
9 年之前 |
Xiang Li
|
a32abdbb0f
rafthttp: make metrics naming consistent
|
9 年之前 |
Xiang Li
|
ab33c068b7
rafthttp: record the number of failed messages
|
9 年之前 |
Yicheng Qin
|
0fe9861197
rafthttp: support multiple peer urls
|
9 年之前 |
Xiang Li
|
17aa3cf7db
rafthttp: add metrics for sending message
|
9 年之前 |
Yicheng Qin
|
b4b9b9118a
rafthttp: report MsgSnap status
|
9 年之前 |
Yicheng Qin
|
9b986fb4c1
rafthttp: report unreachable status of the peer
|
9 年之前 |
Yicheng Qin
|
1c5a507761
rafthttp: refactor peer and add general stream
|
9 年之前 |
Yicheng Qin
|
d8a9e11e22
rafthttp: extract pipeline from peer
|
9 年之前 |