GitHub user vijoshi opened a pull request:

    https://github.com/apache/spark/pull/15655

    [SPARK-18010][CORE] Reduce work performed for building up the application 
list for the History Server app list UI page

    
    ## What changes were proposed in this pull request?
    
    backport of pull request #15556
    
    allow ReplayListenerBus to skip deserialising and replaying certain events 
using an inexpensive check of the event log entry. Use this to ensure that when 
event log replay is triggered for building the application list, we get the 
ReplayListenerBus to skip over all but the few events needed for our immediate 
purpose. Refer [SPARK-18010] for the motivation behind this change.
    
    ## How was this patch tested?
    
    Tested with existing HistoryServer and ReplayListener unit test suites. All 
tests pass.
    
    Please review 
https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark before 
opening a pull request.
    
    Author: Vinayak <vijos...@in.ibm.com>
    
    Closes #15556 from vijoshi/SAAS-467_master.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vijoshi/spark SAAS-467_branch-2.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/15655.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15655
    
----
commit 61d62fcaa688dbb177922a870bd34045eccf470f
Author: Vinayak <vijos...@in.ibm.com>
Date:   2016-10-25T17:36:03Z

    [SPARK-18010][CORE] Reduce work performed for building up the application 
list for the History Server app list UI page
    
    ## What changes were proposed in this pull request?
    allow ReplayListenerBus to skip deserialising and replaying certain events 
using an inexpensive check of the event log entry. Use this to ensure that when 
event log replay is triggered for building the application list, we get the 
ReplayListenerBus to skip over all but the few events needed for our immediate 
purpose. Refer [SPARK-18010] for the motivation behind this change.
    
    ## How was this patch tested?
    
    Tested with existing HistoryServer and ReplayListener unit test suites. All 
tests pass.
    
    Please review 
https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark before 
opening a pull request.
    
    Author: Vinayak <vijos...@in.ibm.com>
    
    Closes #15556 from vijoshi/SAAS-467_master.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to