Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.0.x
-
Committed
-
1
Description
org.eclipse.equinox.http.servlet.internal.context.ProxyContext has an unscalable concurrent protection, it uses synchronized methods to protect the shared attributesMap, which is not really necessary. When system is under concurrent load, we hit this global synchronize bottleneck, and threads are blocked.
See the attached thread dump file, and search for "0x000000075de4adf8"