apache / dubbo

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

HashedWheelTimer导致GC频繁内存溢出 #7314

Closed carl0616 closed 3 years ago

carl0616 commented 3 years ago

dubbo版本2.7.1

试过了 https://github.com/apache/dubbo/issues/6820 此地址中的解决方法,并没有什么用.

Thread Stack dubbo-future-timeout-thread-1 at org.apache.dubbo.common.timer.HashedWheelTimer$HashedWheelBucket.expireTimeouts(J)V (HashedWheelTimer.java:744) at org.apache.dubbo.common.timer.HashedWheelTimer$Worker.run()V (HashedWheelTimer.java:454) at java.lang.Thread.run()V (Thread.java:748)

20210303164107 20210303164138

xiaoheng1 commented 3 years ago

can you provider a demo?

CrazyHZM commented 3 years ago

There is no feedback for a long time, temporarily close this issue