-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21499/
-----------------------------------------------------------

(Updated June 9, 2014, 6:11 p.m.)


Review request for mesos and Benjamin Hindman.


Changes
-------

Addressed Tim's comment.


Repository: mesos-git


Description
-------

As a part of the health check story, this patch adds an optional
healthy field to the task update proto.  The semanticist should be
understood as, if the field is absent - no health check has (yet) been
carried out.  If present, it will either encode unhealthy
(healthy=false) or healthy determined by the HealthCheck protobuf in
the command info proto.  This means that multiple TASK_RUNNING updates
can be sent for a task, updating the state of the last health check.


Diffs (updated)
-----

  include/mesos/mesos.proto 62f69d2 

Diff: https://reviews.apache.org/r/21499/diff/


Testing
-------


Thanks,

Niklas Nielsen

Reply via email to