sarutak edited a comment on pull request #29002: URL: https://github.com/apache/spark/pull/29002#issuecomment-656006944
`ExecutorRegistered` is regarded as the first heartbeat message although it's not the real `Heartbeat`. https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/HeartbeatReceiver.scala#L114 So If we reorder the initialization, it should be placed before the registration, not after heartbeater started. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
