[
https://issues.apache.org/jira/browse/TEZ-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14095498#comment-14095498
]
Johannes Zillmann edited comment on TEZ-1410 at 8/14/14 12:17 PM:
------------------------------------------------------------------
Attached patch changing DAGClient, DAGClientRPCImpl and MRDAGClient to just
pass the InterruptedException to the caller. Same like TEZ-1278.
was (Author: oae):
Attached patch changing DAGClient, DAGClientRPCImpl and MRDAGClient to just
pass the InterruptedException to the caller. Same like TEZ-1331.
> DAGClient#waitForCompletion() methods should not swallow interrupts
> -------------------------------------------------------------------
>
> Key: TEZ-1410
> URL: https://issues.apache.org/jira/browse/TEZ-1410
> Project: Apache Tez
> Issue Type: Improvement
> Affects Versions: 0.5.0
> Reporter: Johannes Zillmann
> Assignee: Johannes Zillmann
> Priority: Blocker
> Attachments: TEZ-1410.1.patch
>
>
> Based on TEZ-1331 i found that the 3 waitForCompletion() methods of DAGClient
> swallowing interrupts as well. That way you never can stop the wait call
> since all interrupts are caught and the wait logic just happily proceeds
> (same as TEZ-1278).
--
This message was sent by Atlassian JIRA
(v6.2#6252)