Yicheng Qin
|
b24d546bd0
|
rafthttp: increase sender buffer size
The buffer size is set big enough to buffer all messages generated in
one second as a follower in good path.
|
2014-12-07 22:35:50 -08:00 |
|
Xiang Li
|
88e2fab572
|
Merge pull request #1859 from xiang90/pause_test
*: add pauseMember test
|
2014-12-04 15:11:59 -08:00 |
|
Veres Lajos
|
3de2ab2c04
|
*: typofixes
https://github.com/vlajos/misspell_fixer
|
2014-12-04 22:51:19 +00:00 |
|
Xiang Li
|
151f043414
|
*: add pauseMember test
|
2014-12-04 14:22:43 -08:00 |
|
Yicheng Qin
|
3e55834c38
|
*: set read/write timeout for raft transport and listener
|
2014-11-24 13:46:44 -08:00 |
|
Yicheng Qin
|
400e573013
|
rafthttp: log start and stop of streaming
|
2014-11-24 13:35:46 -08:00 |
|
Xiang Li
|
91bfead9e9
|
rafthttp: add batcher
After we enable streaming, there will be a large amount of msgAppResp due to high
rate msgApp. We should batch msgAppResp in a meanful way.
|
2014-11-23 12:05:42 -08:00 |
|
Yicheng Qin
|
9d53b94546
|
rafthttp: add streaming server and client
|
2014-11-20 11:34:50 -08:00 |
|
Yicheng Qin
|
1a72143ecb
|
rafthttp: send takes raft message instead of bytes
This gives streaming mechanism the chance to assemble and disassemble
raft messages.
|
2014-11-17 22:39:53 -08:00 |
|
Yicheng Qin
|
84fbf7aab5
|
*: etcdserver.sender -> rafthttp.Sender
|
2014-11-17 15:35:10 -08:00 |
|