You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2017/11/21 13:17:00 UTC

[jira] [Commented] (PIG-5314) Abort method is not implemented in PigProcessor

    [ https://issues.apache.org/jira/browse/PIG-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16260706#comment-16260706 ] 

Rohini Palaniswamy commented on PIG-5314:
-----------------------------------------

This should be in abort() method
{code} 
LOG.warn("Aborting execution");
abortOutput();
{code}

> Abort method is not implemented in PigProcessor
> -----------------------------------------------
>
>                 Key: PIG-5314
>                 URL: https://issues.apache.org/jira/browse/PIG-5314
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Rohini Palaniswamy
>            Assignee: Satish Subhashrao Saley
>             Fix For: 0.18.0
>
>         Attachments: PIG-5314-1.patch
>
>
> Found a hung job caused by a task stuck in a infinite loop in the 
> https://github.com/apache/pig/blob/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/runtime/PigProcessor.java#L308-L310
> {code}
> 2017-11-08 23:23:47,904 [INFO] [TezChild] |task.TezTaskRunner2|: returning canCommit=false since task is not in a running state
> {code}
> The task runner keeps returning false for canCommit because task abort has been already called which Pig ignored.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)