Threads in InVMTemporaryTransport are waiting 20% of time
---------------------------------------------------------
Key: JBESB-2793
URL:
https://jira.jboss.org/jira/browse/JBESB-2793
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Rosetta, Transports
Affects Versions: 4.4 CP3
Environment: SOA-P 4.3 CP02 CR2,
https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/platform/soa_tag...
Reporter: Martin Vecera
Priority: Critical
Threads are waiting 20% of time in
org/jboss/internal/soa/esb/couriers/transport/InVMTemporaryTransport.java when the server
is under load on line 802:
waitingCondition.await(delay, TimeUnit.MILLISECONDS) ;
The service has maxThreads set to 100 and there are 100 clients.
<service category="PerformanceTest" name="EBWSProxy"
description="Proxy WS using EBWS" invmScope="GLOBAL">
<property name="maxThreads" value="100" />
The issue causes similar (20%) performance degradation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira