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)