[
https://issues.apache.org/jira/browse/MESOS-7775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16083585#comment-16083585
]
Alexander Rukletsov commented on MESOS-7775:
--------------------------------------------
{noformat}
Commit: 4e41d847eb3df75bf28a4e169eeaedf419222229 [4e41d84]
Author: Andrei Budnik <[email protected]>
Date: 11 July 2017 at 19:37:54 GMT+2
Committer: Benjamin Mahler <[email protected]>
Commit Date: 11 July 2017 at 19:41:40 GMT+2
Handled EINTR for waitpid in ChildHook::SUPERVISOR from subprocess.
If `waitpid` fails due to `EINTR`, we need to retry.
Review: https://reviews.apache.org/r/60704/
{noformat}
> Eliminate extra process abort in a subprocess watchdog
> ------------------------------------------------------
>
> Key: MESOS-7775
> URL: https://issues.apache.org/jira/browse/MESOS-7775
> Project: Mesos
> Issue Type: Bug
> Reporter: Andrei Budnik
> Assignee: Andrei Budnik
>
> `abort()` is called in `SUPERVISOR` hook when child process exits with an
> error code, or `waitpid()` fails, or parent process exits. All these cases
> shouldn't lead to abnormal program termination with coredumps.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)