apache / dubbo-getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
218 stars 69 forks source link

Getty throw error with high tps and parallel. #83

Closed LaurenceLiZhixin closed 2 years ago

LaurenceLiZhixin commented 2 years ago

What happened: TPS=5000 Parallel=20 Getty throw exception: bugreport/para200-tps5000-client-error.txt

This problem can be reproduced using dubbo-go-benchmark

LaurenceLiZhixin commented 2 years ago

@Lvnszn