[
https://issues.apache.org/jira/browse/EAGLE-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhao, Qingwen updated EAGLE-1007:
---------------------------------
Description:
Fix memory leak in ExecutionRuntimeManager
As equal method is not overrided in {{AbstractEnvironment}}, below return
statement has never been executed.
{code}
if (executionRuntimeCache.containsKey(environment)) {
return executionRuntimeCache.get(environment);
}
{code}
was:Fix memory leak in AbstractEnvironment
> Fix memory leak in ExecutionRuntimeManager
> ------------------------------------------
>
> Key: EAGLE-1007
> URL: https://issues.apache.org/jira/browse/EAGLE-1007
> Project: Eagle
> Issue Type: Sub-task
> Affects Versions: v0.5.0
> Reporter: Zhao, Qingwen
> Assignee: Zhao, Qingwen
> Fix For: v0.5.0
>
>
> Fix memory leak in ExecutionRuntimeManager
> As equal method is not overrided in {{AbstractEnvironment}}, below return
> statement has never been executed.
> {code}
> if (executionRuntimeCache.containsKey(environment)) {
> return executionRuntimeCache.get(environment);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)