Upgraded one of our production instances to 5.3.9.141 over the weekend. We've had it in nonprod for while with no issues.
The upgraded prod instance is showing very long request times, not for every request, but there seems to be a pattern when it gets hit by a lot of requests that the active requests will spike up, and profiling the requests shows something like the image below.
I ramped up FusionReactors profiling settings to gather that and that seemed to make the problem much worse. CPU and heap are fine over the same period, so its not a resource issue. maxRequests is set to 200, so not hitting a limit there.
The lock its waiting on 0x536669ad always seem to be the same. When I click on that, I get the last image.
Any ideas how I could further troubleshoot before I take production back to 5.3.8? I have three other production servers using that and they are all still running fine and not displaying the same issue