mridulm commented on pull request #34536: URL: https://github.com/apache/spark/pull/34536#issuecomment-964724146
`SparkListenerExecutorAdded ` and `SparkListenerExecutorRemoved` are distinct from blockmanager events. Based on what I currently see, can you clarify why `SparkListenerExecutorRemoved` needs to be fired ? If there is downstream use of blockmanager and executor events interchangably, we should fix that instead of duplicating event ? (I am assuming reference to `AppStatusListener` was for this ?) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
