You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by xwq <gi...@git.apache.org> on 2016/01/27 03:18:31 UTC

[GitHub] incubator-trafodion pull request: [TRAFODION-1784]remove closed st...

GitHub user xwq opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/288

    [TRAFODION-1784]remove closed statement from HashMap

    [TRAFDOION-1784][MTDCS]statement shoud be removed from HashMap when it's closed.
    TrafConnection uses a HashMap to store the statements in MTDCS code.
    When a statement is closed, it should be removed from the HashMap,
    otherwise the JVM garbage collection couldn't delete the unused objects.

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

    $ git pull https://github.com/xwq/incubator-trafodion master

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

    https://github.com/apache/incubator-trafodion/pull/288.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 #288
    
----
commit a4a2a33abfb48da0527c52af4f7c230ac495a02f
Author: Weiqing Xu <we...@esgyn.cn>
Date:   2016-01-27T02:14:20Z

    [TRAFODION-1784]remove closed statement from HashMap
    
    [TRAFDOION-1784][MTDCS]statement shoud be removed from HashMap when it's closed.
    TrafConnection uses a HashMap to store the statements in MTDCS code.
    When a statement is closed, it should be removed from the HashMap,
    otherwise the JVM garbage collection couldn't delete the unused objects.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request: [TRAFODION-1784]remove closed st...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/288


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---