You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Madhawa Gunasekara (JIRA)" <ji...@apache.org> on 2019/06/01 14:07:00 UTC

[jira] [Updated] (SYNAPSE-1106) OOM with large responses where it involves content-aware mediation in response path

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

Madhawa Gunasekara updated SYNAPSE-1106:
----------------------------------------
    Description: MessageContext class store messageContext object in a ThreadLocalVariable where it doesn't clear created ThreadLocal variables properly. Therefore synapse passthrough threads contain created the Theadlocal variable which refers to the created soap envelope during the mediation level. Because of the retained ThreadLocal variables, Passthrough threads consumes a huge amount of memory which leads to OOM.  (was: Axis2 MessageContext class[1] store messageContext object in a ThreadLocalVariable where it doesn't clear created ThreadLocal variables properly.)

> OOM with large responses where it involves content-aware mediation in response path
> -----------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-1106
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-1106
>             Project: Synapse
>          Issue Type: Bug
>            Reporter: Madhawa Gunasekara
>            Assignee: Isuru Udana Loku Narangoda
>            Priority: Major
>         Attachments: Fix_SYNAPSE-1106.patch
>
>
> MessageContext class store messageContext object in a ThreadLocalVariable where it doesn't clear created ThreadLocal variables properly. Therefore synapse passthrough threads contain created the Theadlocal variable which refers to the created soap envelope during the mediation level. Because of the retained ThreadLocal variables, Passthrough threads consumes a huge amount of memory which leads to OOM.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org