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

Master UI forgets about Executors when application exits cleanly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.0.1, 1.1.0
    • Web UI
    • None

    Description

      When an application exits cleanly, the Master will remove all executors from the application's ApplicationInfo, causing the historic "Completed Applications" page to report that there were no executors associated with that application.

      On the contrary, if the application exits uncleanly, then the Master will remove the application FIRST, and will not actually remove the executors from the ApplicationInfo page. This causes the executors to show up correctly in the "Completed Applications" page.

      The correct behavior would probably be to gather a history of all executors (so we'd retain executors that we had at one point but were removed during the job), and not remove lost executors.

      Attachments

        Issue Links

          Activity

            People

              andrewor14 Andrew Or
              ilikerps Aaron Davidson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: