Github user vijoshi commented on the issue:

    https://github.com/apache/spark/pull/15410
  
    @tgravescs - you're right - for newer logs that are generated, there could 
be a window of time (10 secs or whatever the user configures) where the new 
logs are not picked up for replay and the UI doesn't say anything about them. 
however the issue we see is more with old completed apps. a little after 
history server startup, user browses to the app list and has no idea why the 
older completed apps are missing (perhaps those that were visible just before 
the history server was restarted). since the polling for logs/replay is 
scheduled immediately as part of history server startup (zero delay for the 
first round), this fix could help these cases.


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