Github user CodingCat commented on a diff in the pull request:
https://github.com/apache/spark/pull/35#discussion_r11944178
--- Diff:
core/src/main/scala/org/apache/spark/deploy/worker/ExecutorRunner.scala ---
@@ -142,18 +140,18 @@ private[spark] class ExecutorRunner(
// long-lived processes only. However, in the future, we might
restart the executor a few
// times on the same machine.
val exitCode = process.waitFor()
+ killProcess()
--- End diff --
@aarondav en , I think we don't need it now, I originally just wanted to
set process to null.....
---
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.
---