Github user aarondav commented on a diff in the pull request:
https://github.com/apache/spark/pull/35#discussion_r11938478
--- 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 --
The contract of waitFor says the process should be terminated by the end --
is there a need to killProcess() it?
---
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.
---