-
- Downloads
[SPARK-9591] [CORE] Job may fail for exception during getting remote block
[SPARK-9591](https://issues.apache.org/jira/browse/SPARK-9591) When we getting the broadcast variable, we can fetch the block form several location,but now when connecting the lost blockmanager(idle for enough time removed by driver when using dynamic resource allocate and so on) will cause task fail,and the worse case will cause the job fail. Author: jeanlyn <jeanlyn92@gmail.com> Closes #7927 from jeanlyn/catch_exception.
Showing
- core/src/main/scala/org/apache/spark/storage/BlockFetchException.scala 24 additions, 0 deletions.../scala/org/apache/spark/storage/BlockFetchException.scala
- core/src/main/scala/org/apache/spark/storage/BlockManager.scala 19 additions, 2 deletions...rc/main/scala/org/apache/spark/storage/BlockManager.scala
- core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala 37 additions, 0 deletions...st/scala/org/apache/spark/storage/BlockManagerSuite.scala
Please register or sign in to comment