[ 
https://issues.apache.org/jira/browse/PIG-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thejas M Nair updated PIG-1448:
-------------------------------

    Attachment: multi_oom_filt.pig

multi_oom_filt.pig is a query that reproduces this problem for a filter query. 
There is a bincond in the filtercondition, and one side of the bincond does not 
get evaluated and detached. The query runs out of memory in reduce. With fix to 
call detach from POFilter, the query succeeds.


> Detach tuple from inner plans of physical operator 
> ---------------------------------------------------
>
>                 Key: PIG-1448
>                 URL: https://issues.apache.org/jira/browse/PIG-1448
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Thejas M Nair
>             Fix For: 0.8.0
>
>         Attachments: multi_oom_filt.pig
>
>
> This is a follow-up on PIG-1446 which only addresses this general problem for 
> a specific instance of For Each. In general, all the physical operators which 
> can have inner plans are vulnerable to this. Few of them include 
> POLocalRearrange, POFilter, POCollectedGroup etc.  Need to fix all of these.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to