Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.2.8 (EE only)
-
Fix Version/s: None
-
Component/s: Examples / Tutorials
-
Labels:None
-
User impact:High
-
Similar Issues:None
Description
Looks like the loanbroker example is taking much more time to process each request than in 2.2.7.
For example, using the ESN version with CXF asynchronous version, optino 2 (sending 1000 request)
finish without problems in 2.2.7 takes arounf 7-8 seconds, but in 2.2.8 takes around 20 seconds
and at the end of the run there is a message in the log like this one:
"Wrapper Process has not received any CPU time for 18 seconds. Extending timeouts."
Sending more than 100 request produces a restart of the instance because of the wrapper having a timeout:
"JVM requested a restart.
Wrapper Process has not received any CPU time for 31 seconds. Extending timeout
s.
Launching a JVM..."
Same issue is present in different flavors of the example (ESN axis and ESB)
This performance degradation needs to be investigated.