ConeyLiu commented on issue #25922: [SPARK-29236][CORE] Access 'executorDataMap' out of 'DriverEndpoint' should be protected by lock URL: https://github.com/apache/spark/pull/25922#issuecomment-534819583 Actually, it should also be safe when accessing the `executorDataMap` under the methods of `DriverEndpoint` because we also do that in `onDisconnected`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
