aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
diff options
context:
space:
mode:
authorMatthew Farrellee <matt@redhat.com>2014-06-28 18:39:27 -0700
committerAaron Davidson <aaron@databricks.com>2014-06-28 18:39:48 -0700
commitfebec742c82852c736fe09110667e82092f2e5f9 (patch)
tree5b6f0b4be0ecedfe893a3991e049239070e15ecd /core/src/main/scala/org
parent2844fbbe715d93313daf01dd3cf44995d78f5547 (diff)
downloadspark-febec742c82852c736fe09110667e82092f2e5f9.tar.gz
spark-febec742c82852c736fe09110667e82092f2e5f9.tar.bz2
spark-febec742c82852c736fe09110667e82092f2e5f9.zip
[SPARK-1394] Remove SIGCHLD handler in worker subprocess
It should not be the responsibility of the worker subprocess, which does not intentionally fork, to try and cleanup child processes. Doing so is complex and interferes with operations such as platform.system(). If it is desirable to have tighter control over subprocesses, then namespaces should be used and it should be the manager's resposibility to handle cleanup. Author: Matthew Farrellee <matt@redhat.com> Closes #1247 from mattf/SPARK-1394 and squashes the following commits: c36f308 [Matthew Farrellee] [SPARK-1394] Remove SIGCHLD handler in worker subprocess (cherry picked from commit 3c104c79d24425786cec0034f269ba19cf465b31) Signed-off-by: Aaron Davidson <aaron@databricks.com>
Diffstat (limited to 'core/src/main/scala/org')
0 files changed, 0 insertions, 0 deletions