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 encounters broken pipeline issue #88

Closed justxuewei closed 2 years ago

justxuewei commented 2 years ago

image

What happened:

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Lvnszn commented 2 years ago

观测到比较明显的现象是柔性这块的remain为0的时候,就会中断连接最终出现这种问题。 当参数设置比较小,能正常处理请求的话,程序能正常运行结束。

参数偏小的时候能正常执行。 image