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了一下,有用的信息都没有