You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/17 10:21:41 UTC

[jira] [Commented] (EAGLE-1007) Fix memory leak in ExecutionRuntimeManager

    [ https://issues.apache.org/jira/browse/EAGLE-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970935#comment-15970935 ] 

ASF GitHub Bot commented on EAGLE-1007:
---------------------------------------

GitHub user qingwen220 opened a pull request:

    https://github.com/apache/eagle/pull/917

    EAGLE-1007: Fix memory leak in ExecutionRuntimeManager

    https://issues.apache.org/jira/browse/EAGLE-1007

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/qingwen220/eagle EAGLE-1007

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/eagle/pull/917.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #917
    
----
commit 20d7a1555f269c1e1728cd843e1369ae453deaa0
Author: Zhao, Qingwen <qi...@apache.org>
Date:   2017-04-12T06:46:53Z

    refine app config

commit 9a2871a7d2424e790a41833ad5b3eb541452b61c
Author: Zhao, Qingwen <qi...@apache.org>
Date:   2017-04-17T09:38:43Z

    Merge branch 'master' of https://github.com/qingwen220/incubator-eagle

commit cc8c366f771cef7d510d49483bd08a29a399864a
Author: Zhao, Qingwen <qi...@apache.org>
Date:   2017-04-17T10:16:12Z

    fix a bug in ExecutionRuntimeManager

----


> 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)