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

Eliminate unnecessary submitStage() call.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • Scheduler, Spark Core
    • None

    Description

      Currently a method submitStage() for waiting stages is called on every iteration of the event loop in DAGScheduler to submit all waiting stages, but most of them are not necessary because they are not related to Stage status.
      The case we should try to submit waiting stages is only when their parent stages are successfully completed.

      This elimination can improve DAGScheduler performance.

      Attachments

        Issue Links

          Activity

            People

              ueshin Takuya Ueshin
              ueshin Takuya Ueshin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: