rpc_replay使用la连接两台机器会出现selection runs too long
Open
enhancement
official
- Dominant language
- C++
- Stars
- 17.6k
- Forks
- 4.1k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 69
Description
```
server都是multi_threaded_echo_fns_c++
一台:./echo_server -sleep_us 10000 -spin -port 8004
另一台:./echo_server -port 8005
client端:./rpc_replay -dir ../../example/multi_threaded_echo_fns_c++/rpc_data/rpc_dump/echo_server -qps=100000 -times=100000 -dummy_port 8888 -server=list://localhost:8004,localhost:8005 -load_balancer=la
```
Contributor guide
Assessment
This issue has not been assessed yet.