Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Yvan Jeanmonod / ()
Created: 12/06/2018
Components: Performance
Versions: 2016
Failure Type: Crash
Found In Build/Fixed In Build: 20160007 /
Priority/Frequency: Normal / Not Reproducible
Locale/System: German / Win 2016
Vote Count: 0
Problem Description:
We operate a Coldfusion Server 2016 with 7 instances on it. Every instance has 20 - 25 web-projects on it.
In irregular intervals (between 7am and 7/8pm, so during our office hours) the CPU goes up to 100%.
Via the FusionReactor we noticed that our requests are stopped by the WeakHashMap.class.
The following are the first 4 stacktrace lines of a blocked request:
"ajp-nio-8012-exec-3" Id=148 RUNNABLE
java.lang.Thread.State: RUNNABLE
at java.util.WeakHashMap.put(WeakHashMap.java:453)
at coldfusion.runtime.StructWrapper.readResolve(StructWrapper.java:60)
.
.
.
at java.lang.Thread.run(Thread.java:745)
Locked ownable synchronizers:
- java.util.concurrent.ThreadPoolExecutor$Worker@17c386de
It seems that a thread is waiting for WeakHashMap to execute the method put().
We found this bug already, that refers to a similar problem: https://tracker.adobe.com/#/view/cf-4099820
The solution provided in that bug, was a patch in CF11. But since we are working with the version 2016, it can't be our solution.
We assume that the bugfix has also been taken into account in the new version.
Steps to Reproduce:
No way found to reproduce.
The intervals are irregular and the origin is everytime another.
Actual Result:
100% CPU usage in irregular intervals.
Expected Result:
Any Workarounds:
Simply restarting the affected instance. Just killing the requests doesn't work.
The request will go away, but the next requests are going to be queued.
Attachments:
Comments: