Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/9210#discussion_r42701027
--- Diff:
core/src/main/scala/org/apache/spark/executor/CoarseGrainedExecutorBackend.scala
---
@@ -80,9 +78,8 @@ private[spark] class CoarseGrainedExecutorBackend(
}
override def receive: PartialFunction[Any, Unit] = {
- case RegisteredExecutor =>
+ case RegisteredExecutor(hostname) =>
--- End diff --
note: I'm having to change this because the client doesn't know which
hostname the client connection will be created on when the register message is
sent. So the server replies it back to the client, so that both agree about
what's the actual address being used.
---
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]