apache / dubbo

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

升级到2.7.8 启动出现error日志 #10699

Open songzhiying opened 1 year ago

songzhiying commented 1 year ago

2022-09-30 11:14:35.022 ERROR 71284 --- [ main] o.a.dubbo.common.timer.HashedWheelTimer : [DUBBO] You are creating too many HashedWheelTimer instances. HashedWheelTimer is a shared resource that must be reused across the JVM,so that only a few instances are created., dubbo version: 2.7.8, current host: 10.10.16.174

AlbumenJ commented 1 year ago

Please upgrade to 3.1.1 and see if it's fixed.