Johannes Zillmann created TEZ-1410: -------------------------------------- Summary: 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
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)