You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2010/01/08 15:48:54 UTC

[jira] Resolved: (CXF-2591) MAPCodec : memory leak with an async client with network issues (connection timeout, read timeout etc)

     [ https://issues.apache.org/jira/browse/CXF-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2591.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.6
                   2.1.9

> MAPCodec : memory leak with an async client with network issues (connection timeout, read timeout etc)
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2591
>                 URL: https://issues.apache.org/jira/browse/CXF-2591
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.2.5
>         Environment: CXF 2.2.2 & 2.2.5 / JDK 1.6 / Linux (Ubuntu 9.10)
>            Reporter: Thomas Sauzedde
>            Assignee: Daniel Kulp
>            Priority: Critical
>             Fix For: 2.1.9, 2.2.6
>
>
> Context :
>  a JAX-WS asynchronous client, with WS-Adressing enabled
>  when there are network issues like connection timeout, read timeout etc,
> Observed facts :
> MAPCodec::uncorrelatedExchanges is not cleaned when the client is trying to request the server and there is a network issue.
> In such a case, the InterceptorChain is by-passed, so MAPCodec::handleFault() is NOT called and so the MAPCodec::uncorrelatedExchanges grows and grows until OOM :-(
> Don't have any patch (yet) to provide because this is something more architectural than technical :-(
> When a network issue occurs, this throws an ExecutionException in JaxwsClientCallback::handleResponse(), the "normal" InterceptorChain is then by-passed there IMHO ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.