mridulm commented on pull request #34536:
URL: https://github.com/apache/spark/pull/34536#issuecomment-964791256


   
   My main concern is as follows - we have a `SparkListenerExecutorRemoved` 
published for a previous `SparkListenerExecutorAdded`: as a state transition, 
it is complete. 
   
   A thought exercise - how about modify `AppStatusListener` to add an executor 
only in case of `SparkListenerExecutorAdded` ?
   `SparkListenerExecutorAdded` should be fired before 
`SparkListenerBlockManagerAdded` iirc (except for driver which we special case 
?).
   
   


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

Reply via email to