DaiChaoLi opened a new issue, #13561:
URL: https://github.com/apache/dubbo/issues/13561
环境:
jdk版本:jdk17(这个是重点)
Dubbo版本:基本目前全部版本,没全部试过,但是你把2.7-最新版本都试一下,基本都有
重现步骤(必现):
1.@Reference(parameters = {"sent", "true"}),即sent设置成true
2.最好搞个定时器,然后for循环调用,这样方便观察内存的增长
现象:
开启-XX:NativeMemoryTracking后,通过上述重现步骤,发现Internal区域内存不断增加。从代码可知,基本是netty的future.await(timeout)这行代码在jdk17的环境下影响到了,经测试,发现jdk21没有这个问题。严格来说这个是netty的问题,但是从现象而言,这个由dubbo的sent配置可以重现,因此也过来一起问问。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]