Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
Description
If you run
sc.parallelize(1 to 100000, 100000).map(identity).count()
then TaskSetManager.abortIfCompletelyBlacklisted() is the number-one performance hotspot in the scheduler, accounting for over half of the time. This method was introduced in SPARK-15865, so this is a performance regression in 2.1.0-SNAPSHOT.
Attachments
Issue Links
- is broken by
-
SPARK-15865 Blacklist should not result in job hanging with less than 4 executors
- Resolved
- links to