[
https://issues.apache.org/jira/browse/PIG-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862430#action_12862430
]
Pradeep Kamath commented on PIG-1394:
-------------------------------------
+1
> POCombinerPackage hold too much memory for InternalCachedBag
> ------------------------------------------------------------
>
> Key: PIG-1394
> URL: https://issues.apache.org/jira/browse/PIG-1394
> Project: Pig
> Issue Type: Bug
> Components: impl
> Affects Versions: 0.7.0
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Fix For: 0.7.0
>
> Attachments: PIG-1394-1.patch, PIG-1394-2.patch
>
>
> In POCombinerPackage, we create bunch of InternalCachedBag, the number of
> which is the number of algebraic UDFs we use. However, when we create
> InternalCachedBag, we use the default construct which assume we only create 1
> InternalCachedBag in the system. It turns out we reserve way to much memory
> to InternalCachedBag.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.