Wilson Rao created WW-4491:
------------------------------
Summary: CLONE - Struts 2.3.8 threads BLOCKED in
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(WW3971)
Key: WW-4491
URL: https://issues.apache.org/jira/browse/WW-4491
Project: Struts 2
Issue Type: Bug
Components: XML Configuration
Affects Versions: 2.3.8
Environment: apache-tomcat-6.0.32, jdk1.6.0_27, devMode set to false.
Reporter: Wilson Rao
Assignee: Lukasz Lenart
Fix For: 2.3.12
While load testing a web application on Tomcat 6 using Struts 2.3.8 version.
devMode is set to false.
Found lot of BLOCKED threads in this method:
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration()
This is causing high CPU usage for the application. also found that
com.opensymphony.xwork2.config.ConfigurationManager.conditionalRelad is taking
time which causes getconfiguration (synchronized) to queue up for processing.
This happens when concurrent users are above 100.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)