[ https://issues.apache.org/jira/browse/SYNAPSE-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17045128#comment-17045128 ]
ASF subversion and git services commented on SYNAPSE-1106: ---------------------------------------------------------- Commit 1d367bd9eea3abdecc3895a18683b25ef072d2e9 in synapse's branch refs/heads/master from Madhawa Kasun Gunasekara [ https://gitbox.apache.org/repos/asf?p=synapse.git;h=1d367bd ] Fix SYNAPSE-1106 > 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 Kasun Gunasekara > Assignee: Isuru Udana > Priority: Major > Attachments: Fix_SYNAPSE-1106.patch > > Time Spent: 0.5h > Remaining Estimate: 0h > > 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 (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org