[
https://issues.apache.org/jira/browse/AURORA-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zane silver closed AURORA-1572.
-------------------------------
Resolution: Invalid
The correct behavior implemented. Only the parent process should receive a
sigterm.
For aurora processes with multiple bash commands, any command that should
receive the sigterm should be configured as the first command in an
aurora-process definition.
> SIGTERM is not sent to child processes
> --------------------------------------
>
> Key: AURORA-1572
> URL: https://issues.apache.org/jira/browse/AURORA-1572
> Project: Aurora
> Issue Type: Story
> Components: Executor
> Reporter: zane silver
> Assignee: Bill Farner
> Priority: Trivial
>
> In terminate_process, SIGTERM is sent to the parent process only. This seems
> like a deliberate design choice given that the kill_process does send a
> SIGKILL to each child process. Is there a reason why SIGTERM is not also sent
> the to child processes?
> For reference, I'm referring to the functions defined in the thermos
> helper.py file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)