You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Satish Subhashrao Saley (JIRA)" <ji...@apache.org> on 2017/11/17 22:50:01 UTC

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

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

Satish Subhashrao Saley reassigned PIG-5314:
--------------------------------------------

    Assignee: Satish Subhashrao Saley

> 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
>
>
> 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)