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.
LEAK: HashedWheelTimer.release() was not called before it's garbage-collected.
请问这是什么原因,我bing了一下,有用的信息都没有
在 HashedWheelTimer 里面的 reportTooManyInstances 里面打上断点
可以看一下这个:https://stackoverflow.com/questions/8751801/akka-warning-about-too-many-hashedwheeltimer-instances
能帮我看一下lettuce吗?
谢谢
在 HashedWheelTimer 里面的 reportTooManyInstances 里面打上断点