-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55454/
-----------------------------------------------------------
(Updated Jan. 20, 2017, 2:49 p.m.)
Review request for mesos, Gastón Kleiman, haosdent huang, and Vinod Kone.
Changes
-------
Rebased.
Bugs: MESOS-6908
https://issues.apache.org/jira/browse/MESOS-6908
Repository: mesos
Description
-------
Prior to this patch, zero health check timeout was interpreted
literally, which is not very helpful since a health check did not
even get a chance to finish. This patch fixes this behaviour by
interpreting zero as `Duration::max()` effectively rendering the
timeout infinite.
Diffs (updated)
-----
include/mesos/mesos.proto 8f14444d6957a97eff1e0a94817d38e7a7de6d69
include/mesos/v1/mesos.proto 74e7851b147ab821dceeab6e838d34b092f101c3
src/health-check/health_checker.cpp a8424b75927d15dc1b897faf0e47cf075c70ff26
Diff: https://reviews.apache.org/r/55454/diff/
Testing
-------
make check
Thanks,
Alexander Rukletsov