We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo2.7.x升级到3.2.x后 应用跑两三天后就发生内存泄漏。
在 org.apache.dubbo.remoting.transport.netty4.NettyChannel的劝酒的私有的静态成员变量CHANNEL_MAP里的。 里面55多万个元素,1.1G的大小。
到后面AbstractInvoker.waitForResultIfSync(底层是threadlessExecutor.waitAndDrain)会卡住,比如: 某个服务正常调用不到100ms就返回了,应用跑两三天后就开始 那个正常的服务调用开始20%的概率出现一次两三秒的卡顿。
The text was updated successfully, but these errors were encountered:
这个是有服务频繁上下线嘛,对应的内存 dump 可以私发下我吗
这个是所有的请求都慢还是部分请求而已
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
dubbo2.7.x升级到3.2.x后 应用跑两三天后就发生内存泄漏。
在 org.apache.dubbo.remoting.transport.netty4.NettyChannel的劝酒的私有的静态成员变量CHANNEL_MAP里的。
里面55多万个元素,1.1G的大小。
到后面AbstractInvoker.waitForResultIfSync(底层是threadlessExecutor.waitAndDrain)会卡住,比如: 某个服务正常调用不到100ms就返回了,应用跑两三天后就开始 那个正常的服务调用开始20%的概率出现一次两三秒的卡顿。
The text was updated successfully, but these errors were encountered: