Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19272#discussion_r143835387
--- Diff:
core/src/main/scala/org/apache/spark/executor/CoarseGrainedExecutorBackend.scala
---
@@ -123,6 +123,11 @@ private[spark] class CoarseGrainedExecutorBackend(
executor.stop()
}
}.start()
+
+ // This message is only sent by Mesos Drivers, and is not expected
from other
--- End diff --
No need to add this comment.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]