GitHub user sharkdtu opened a pull request:

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

    [SPARK-20722][Core][History Server] Replay newer event log that hasn't be 
replayed in advance for request

    ## What changes were proposed in this pull request?
    
    History server may replay logs slowly if the size of event logs in current 
checking period is very large. It will get stuck for a while before entering 
next checking period, if we request a newer application history ui, we get the 
error like "Application application_1481785469354_934016 not found". We can let 
history server replay the newer event log in advance for request.


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

    $ git pull https://github.com/sharkdtu/spark master

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

    https://github.com/apache/spark/pull/17963.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 #17963
    
----
commit 3005c7cd7c57fd0c6a0ea318760dc2dc3010e3aa
Author: sharkdtu <shark...@tencent.com>
Date:   2017-05-12T07:50:44Z

    Replay event log that hasn't be replayed in current checking period in 
advance for request

----


---
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