[
https://issues.apache.org/jira/browse/PIG-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262967#comment-16262967
]
Rohini Palaniswamy commented on PIG-5314:
-----------------------------------------
Can you remove the javadoc "Sets isAborted to true" ? Can you also add a
comment "// TODO add @Override when we upgrade to Tez 0.9 dependency
> 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, PIG-5314-2.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)