Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
https://issues.apache.org/jira/browse/SPARK-20217 introduced a regression where now interrupted exceptions will cause a task to fail on cancellation. This is because NonFatal(e) does not match if e is an InterrupedException.
Attachments
Issue Links
- contains
-
SPARK-19293 Spark 2.1.x unstable with spark.speculation=true
- Resolved
- is broken by
-
SPARK-20217 Executor should not fail stage if killed task throws non-interrupted exception
- Resolved
- links to