You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2015/01/15 21:07:34 UTC

[jira] [Created] (TEZ-1965) LocalContainerLauncher should interrupt running tasks rather than using Future.cancel

Siddharth Seth created TEZ-1965:
-----------------------------------

             Summary: LocalContainerLauncher should interrupt running tasks rather than using Future.cancel
                 Key: TEZ-1965
                 URL: https://issues.apache.org/jira/browse/TEZ-1965
             Project: Apache Tez
          Issue Type: Improvement
            Reporter: Siddharth Seth


Future.cancel causes the future.get() to throw a CancellationException - which effectively ends up ignoring any exceptions which may have been thrown by just Interrupting the task. That casues the NPE from TEZ-1962 to get lost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)