Paul Brett created MESOS-2599:
---------------------------------
Summary: Make exit codes unique
Key: MESOS-2599
URL: https://issues.apache.org/jira/browse/MESOS-2599
Project: Mesos
Issue Type: Improvement
Reporter: Paul Brett
Currently, we use EXIT(1) for all exits from the slave. If we make the exit
code unique for each reason, we can use the exit code to analyze failures.
Grouping the exit codes between startup exits (before the slave ever offered
service) and in service exits. Additionally, it would be useful to identify
which exists are expected to clear on a retry.
We should validate if the exit code is being inspected by calling scripts,
which could break with the updated exit codes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)