Isaac Graf created CXF-5683:
-------------------------------
Summary: Memory Leak in
org.apache.cxf.transport.http.osgi.HTTPTransportActivator
Key: CXF-5683
URL: https://issues.apache.org/jira/browse/CXF-5683
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.6.2
Environment: linux Redhat 5.3 (64 bit) Intel processor
Reporter: Isaac Graf
Priority: Critical
Our client makes JAXWS calls to the server using IBM Websphere Liberty 8.5.5.1,
which uses cxf 2.6.2 for JAXWS implementation. Every 3 seconds it makes a
heartbeat check to the server. We found that over time the memory is growing in
our client and heap dump analysis showed that the issue is
org.apache.cxf.transport.http.osgi.HTTPTransportActivator$PidInfo.
After about 10 days of running there were 448,225 instances of this PidInfo
class using 84 MB of memory. A day later, there were 492,085 instances of
PidInfo using 93 MB of memory.
--
This message was sent by Atlassian JIRA
(v6.2#6252)