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
- is related to
-
SPARK-2015 Spark UI issues at scale
- Resolved