Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/6672#issuecomment-114572121
I've noticed that you're not persisting the SparkListenerBlockUpdated
events in the event logging listener. Since there might be _tons_ of these
events, I can understand why we might not want to persist them in the event
log, similar to how we don't persist ExecutorMetricsUpdate events. If this is
intentional, I think we should add an override and comment to
EventLoggingListener to make this more explicit:
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala#L201
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]