-
- Downloads
[SPARK-5069][Core] Fix the race condition of TaskSchedulerImpl.dagScheduler
It's not necessary to set `TaskSchedulerImpl.dagScheduler` in preStart. It's safe to set it after `initializeEventProcessActor()`. Author: zsxwing <zsxwing@gmail.com> Closes #3887 from zsxwing/SPARK-5069 and squashes the following commits: d95894f [zsxwing] Fix the race condition of TaskSchedulerImpl.dagScheduler
Showing
- core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala 1 addition, 6 deletions.../main/scala/org/apache/spark/scheduler/DAGScheduler.scala
- core/src/test/scala/org/apache/spark/scheduler/TaskSchedulerImplSuite.scala 0 additions, 1 deletion...a/org/apache/spark/scheduler/TaskSchedulerImplSuite.scala
Loading
Please register or sign in to comment