Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
5.3
Description
Discovered during load testing; the scenario is a cold start for the application then hitting it with large numbers of concurrent requests with no ramp up. The deadlocks involve two methods:
PlasticClassLoader.loadClass()
PlasticClassPool.getClassInstantiator()
A proper solution would to make these methods share a single explicit Lock, rather than be synchronized.
Attachments
Attachments
Issue Links
- is related to
-
TAP5-2546 Parallel class loading
- Closed