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

Reply via email to