We are using WildFly 26.1.3 and Java 17.0.12+7
Today we got high CPU usage on one of our systems.
we analyzed some stacktraces and found some suspect threads with the following stacktrace
"default I/O-1" #114 prio=5 os_prio=0 cpu=125875.00ms elapsed=1114866.91s tid=0x0000025943cefd60 nid=0xdf4 runnable [0x000000c46effe000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.WEPoll.wait(java...@17.0.12/Native Method)
at sun.nio.ch.WEPollSelectorImpl.doSelect(java...@17.0.12/WEPollSelectorImpl.java:111)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(java...@17.0.12/SelectorImpl.java:129)
- locked <0x00000002a4051850> (a sun.nio.ch.Util$2)
- locked <0x00000002a40517f0> (a sun.nio.ch.WEPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(java...@17.0.12/SelectorImpl.java:141)
at org.xnio.nio.WorkerThread.run(WorkerThread.java:551)
is this a known bug?
i found a reference to My Oracle Support Doc ID 2934851.1., but unfortunatlely got no access.
Thanks for help.
regards
Sascha