[
https://issues.apache.org/jira/browse/TAJO-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14064663#comment-14064663
]
ASF GitHub Bot commented on TAJO-953:
-------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/79
TAJO-953: RawFile should release a DirectBuffer immediately
RawFile allocated memory is a native DirectBuffer. This memory will be
freed when the finalize method is called by gc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-953
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/79.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 #79
----
commit d27abb93941e336ca5ed7ea65ebac889406e09da
Author: jinossy <[email protected]>
Date: 2014-07-17T07:21:27Z
TAJO-953: RawFile should release a DirectBuffer immediately
----
> RawFile should release a DirectBuffer immediately
> -------------------------------------------------
>
> Key: TAJO-953
> URL: https://issues.apache.org/jira/browse/TAJO-953
> Project: Tajo
> Issue Type: Improvement
> Components: data shuffle
> Affects Versions: 0.8.0
> Reporter: Jinho Kim
> Assignee: Jinho Kim
>
> RawFile allocated memory is a native DirectBuffer. This memory will be freed
> when the finalize method is called by gc.
--
This message was sent by Atlassian JIRA
(v6.2#6252)