[
https://issues.apache.org/jira/browse/TAJO-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768250#comment-13768250
]
Hudson commented on TAJO-183:
-----------------------------
SUCCESS: Integrated in Tajo-trunk-postcommit #435 (See
[https://builds.apache.org/job/Tajo-trunk-postcommit/435/])
TAJO-183: Creating too many TableMetaProto objects might lead a potential
memory leak. (jihoon) (jihoonson:
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=693caefc064c55a4bfb5ba5ed8654d737e6a6f4d)
*
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/json/TableMetaAdapter.java
*
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/TableMetaImpl.java
*
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/TableMeta.java
* CHANGES.txt
> Creating too many TableMetaProto objects might lead a potential memory leak
> ---------------------------------------------------------------------------
>
> Key: TAJO-183
> URL: https://issues.apache.org/jira/browse/TAJO-183
> Project: Tajo
> Issue Type: Improvement
> Components: storage
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Fix For: 0.2-incubating
>
> Attachments: TAJO-183.patch
>
>
> In the current TableMetaImpl, a pb object is created for every getProto()
> calls.
> Since TableMeta.getProto() is called for creating a Fragment, the current
> implementation shall cause an out of memory exception when too many pb
> objects are created for a large data.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira