apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.48k stars 26.43k forks source link

InternalThread memory was never freed #8102

Closed gentryhuang closed 3 years ago

gentryhuang commented 3 years ago

Environment

issue

20210620103512

instructions

I found that related issues have been discussed in Memory leak due to hessian2、FutureContext、RpcContext #7770, I would like to confirm in which version this problem has been fixed. Or is it not a bug?

AlbumenJ commented 3 years ago

This is not a bug. InternalThread should cache Hessian2Input for the whole time, and save resources in creation.

gentryhuang commented 3 years ago

ok,thanks!