Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.28.0, 1.0.0, 1.1.0
-
None
Description
When defining a HealthCheck with consecutive_failures=0 one would expect Mesos to never kill the task and only notify about the failure.
What seems to happen instead is Mesos handles consecutive_failures=0 as consecutive_failures=1 and kills the task after 1 failure.
Since 0 isn't the same as 1 this seems to be a bug and results in unexpected behaviour.
Attachments
Issue Links
- relates to
-
MESOS-6417 Introduce an extra 'unknown' health check state.
- Accepted