[ 
https://issues.apache.org/jira/browse/WW-3971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559619#comment-13559619
 ] 

Hudson commented on WW-3971:
----------------------------

Integrated in Struts2-JDK6 #625 (See 
[https://builds.apache.org/job/Struts2-JDK6/625/])
    WW-3971 adds ContainerHolder to reduce numbers of calls to 
getConfiguration() and optimize RuntimeConfiguration class to more thread 
friendly (Revision 1436878)

     Result = SUCCESS
lukaszlenart : 
Files : 
* 
/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ContainerHolder.java
* 
/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java
* 
/struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/DispatcherTest.java
* 
/struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/jsp/ui/FormTagTest.java
* 
/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java

                
> Struts 2.3.8 threads BLOCKED in 
> com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration
> ----------------------------------------------------------------------------------------------------
>
>                 Key: WW-3971
>                 URL: https://issues.apache.org/jira/browse/WW-3971
>             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: Michael Sebastian
>             Fix For: 2.3.9
>
>         Attachments: Test Plan.jmx, Thread_Dump_During_BLOCKED_Threads.tdump
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to