You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/09/13 22:43:51 UTC

[jira] [Created] (MESOS-694) Preserve exit status for SIGTERM.

Benjamin Mahler created MESOS-694:
-------------------------------------

             Summary: Preserve exit status for SIGTERM.
                 Key: MESOS-694
                 URL: https://issues.apache.org/jira/browse/MESOS-694
             Project: Mesos
          Issue Type: Bug
            Reporter: Benjamin Mahler
            Assignee: Benjamin Mahler


The signal handler in src/logging.cpp will cause mesos to exit with an exit status of 1 when killed with SIGTERM. It would be better to preserve the exit status (128 + signal #). In the case of SIGTERM, it is expected that the process exit with 143.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira