Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
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.