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/17 21:27:00 UTC

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

Rohini Palaniswamy created PIG-5314:
---------------------------------------

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