Skip to content
Snippets Groups Projects
Commit 6c726a3f authored by zsxwing's avatar zsxwing Committed by Reynold Xin
Browse files

[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
parent 72396522
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment