Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/2471#issuecomment-59231360
  
    @mattf Always in for a beer but unfortunately I'm not in NY...
    
    Also, you mention "rotating" a lot. This is not rotating. This is cleaning 
up, as in deleting existing logs. Having an external process do that for you 
complicates the History Server because now there's the possibility that it will 
serve stale data - links to jobs that have been cleaned up by that external 
process, and will result in an error in the UI. (Which is why I mentioned above 
that an external sweeper without inotify is a no-go.)
    
    Also, this is not a trace log. This is application history information. 
This is not your Linux syslog or Windows event log. This is very 
application-specific.


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