Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-17304

TaskSetManager.abortIfCompletelyBlacklisted is a perf. hotspot in scheduler benchmark

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.1.0
    • 2.1.0
    • Scheduler, Spark Core
    • 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

          Activity

            People

              joshrosen Josh Rosen
              joshrosen Josh Rosen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: