[ https://issues.apache.org/jira/browse/ODE-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699488#action_12699488 ]
Karthick Sankarachary commented on ODE-576: ------------------------------------------- Ciaran, The root cause of this issue probably stems from the process cleanup code. It seems that it does not release in-memory process DAO objects when they are undeployed or redeployed. I have put together a patch (called process-dao-cleanup.patch) that attempts to clean up such objects properly. Can you please check it out at your convenience? If it works, I'd rather leave the process hydration code alone. Karthick > ProcessDaoImpl objects get leaked when using in-memory-processes > ---------------------------------------------------------------- > > Key: ODE-576 > URL: https://issues.apache.org/jira/browse/ODE-576 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Environment: n/a > Reporter: Ciaran Jessup > Attachments: InMemoryProcessesLeakMemory.patch > > > It seems that when I deploy and un-deploy in-memory processes ProcessDaoImpl > objects stored in the __StateStore field of the BpelDAOConnectionFactoryImpl > object are being left around. > Over the course of several tens/hundreds of deployments the memory contained > in these objects mounts up substantially :( -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.