Thank you! On Thu, Dec 3, 2015 at 9:36 PM, <[email protected]> wrote:
> Repository: mesos > Updated Branches: > refs/heads/master 6441c368b -> 56cdb455f > > > Fixed health check consecutive failure comments. > > > Project: http://git-wip-us.apache.org/repos/asf/mesos/repo > Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/56cdb455 > Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/56cdb455 > Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/56cdb455 > > Branch: refs/heads/master > Commit: 56cdb455fa436f6e5a52d05903474730a62ff30d > Parents: 6441c36 > Author: Timothy Chen <[email protected]> > Authored: Thu Dec 3 21:36:13 2015 -0800 > Committer: Timothy Chen <[email protected]> > Committed: Thu Dec 3 21:36:16 2015 -0800 > > ---------------------------------------------------------------------- > include/mesos/mesos.proto | 2 +- > include/mesos/v1/mesos.proto | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/mesos/blob/56cdb455/include/mesos/mesos.proto > ---------------------------------------------------------------------- > diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto > index 671365e..001e643 100644 > --- a/include/mesos/mesos.proto > +++ b/include/mesos/mesos.proto > @@ -322,7 +322,7 @@ message HealthCheck { > // Amount of time to wait for the health check to complete. > optional double timeout_seconds = 4 [default = 20.0]; > > - // Number of consecutive failures until considered unhealthy. > + // Number of consecutive failures until signaling kill task. > optional uint32 consecutive_failures = 5 [default = 3]; > > // Amount of time to allow failed health checks since launch. > > > http://git-wip-us.apache.org/repos/asf/mesos/blob/56cdb455/include/mesos/v1/mesos.proto > ---------------------------------------------------------------------- > diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto > index 9acefd5..23dd729 100644 > --- a/include/mesos/v1/mesos.proto > +++ b/include/mesos/v1/mesos.proto > @@ -322,7 +322,7 @@ message HealthCheck { > // Amount of time to wait for the health check to complete. > optional double timeout_seconds = 4 [default = 20.0]; > > - // Number of consecutive failures until considered unhealthy. > + // Number of consecutive failures until signaling kill task. > optional uint32 consecutive_failures = 5 [default = 3]; > > // Amount of time to allow failed health checks since launch. > >
