eclipse / milo

Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
http://www.eclipse.org/milo
Eclipse Public License 2.0
1.15k stars 427 forks source link

“milo-netty-wheel-timer” Thread Doubt #657

Closed YW767486516 closed 4 years ago

YW767486516 commented 4 years ago

Hi, When I use JCONSOLE to check the thread, I find that the waiting number of milo-netty-wheel-timer has been increasing, and the speed is very fast. Could it affect my program?

`Name: milo-netty-wheel-timer Status: TIMED_WAITING Total blocked: 0, total waited: 3,277,651

Stack trace: java.base@11.0.4/java.lang.Thread.sleep(Native Method) app//io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:579) app//io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:478) java.base@11.0.4/java.lang.Thread.run(Thread.java:834)`

Best Regards

kevinherron commented 4 years ago

I don't think this is an issue, but you could ask over in the Netty GitHub issue tracker if you want to be sure.