-
- Downloads
[SPARK-12062][CORE] Change Master to asyc rebuild UI when application completes
This change builds the event history of completed apps asynchronously so the RPC thread will not be blocked and allow new workers to register/remove if the event log history is very large and takes a long time to rebuild. Author: Bryan Cutler <bjcutler@us.ibm.com> Closes #10284 from BryanCutler/async-MasterUI-SPARK-12062.
Showing
- core/src/main/scala/org/apache/spark/deploy/master/Master.scala 50 additions, 29 deletions...rc/main/scala/org/apache/spark/deploy/master/Master.scala
- core/src/main/scala/org/apache/spark/deploy/master/MasterMessages.scala 2 additions, 0 deletions...scala/org/apache/spark/deploy/master/MasterMessages.scala
Loading
Please register or sign in to comment