baidu / Jprotobuf-rpc-socket

Protobuf RPC是一种基于TCP协议的二进制RPC通信协议的Java实现
Apache License 2.0
530 stars 221 forks source link

不开启httpServer服务导致内存泄露问题 #44

Open jhunters opened 7 years ago

jhunters commented 7 years ago

所以现在有问题了,ServerStatus 这个地方启动,当 httpServerPort 参数没有填的时候 即为 -1 的时候,他无法启动 ServerStatus 构造方法中的 消费者线程,导致了 public static final BlockingQueue ASYNC_REQUEST = new LinkeBlockingQueue(); 内存溢出!

jhunters commented 7 years ago

fixed at version 3.5.1

LYH-R4 commented 7 years ago

GOOD