-
- Downloads
[SPARK-19597][CORE] test case for task deserialization errors
Adds a test case that ensures that Executors gracefully handle a task that fails to deserialize, by sending back a reasonable failure message. This does not change any behavior (the prior behavior was already correct), it just adds a test case to prevent regression. Author: Imran Rashid <irashid@cloudera.com> Closes #16930 from squito/executor_task_deserialization.
Showing
- core/src/main/scala/org/apache/spark/executor/Executor.scala 2 additions, 0 deletionscore/src/main/scala/org/apache/spark/executor/Executor.scala
- core/src/test/scala/org/apache/spark/executor/ExecutorSuite.scala 106 additions, 33 deletions.../test/scala/org/apache/spark/executor/ExecutorSuite.scala
Please register or sign in to comment