My application working fine in wildfly-25 but after upgrading in wildfly-28, Busy Task Thread Count increasing and not decreasing due to which it is getting full and application stop responding. below is thread dump.
default task-2732awaiting notification on [ 0x0000000606f280d8 ]
at java.lang.Object.wait([email protected]/Native Method)
at java.lang.Object.wait([email protected]/Object.java:338)
d
I have added below in standalone.conf but no improvement. I also tried migrating on Wildfly-26 but same issue.
-XX:CompileCommand=”exclude,java/lang/Object.wait
RAJ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.