Github user haosdent commented on a diff in the pull request:
https://github.com/apache/mesos/pull/118#discussion_r69700021
--- Diff: src/health-check/main.cpp ---
@@ -132,16 +132,14 @@ class HealthCheckerProcess : public
ProtobufProcess<HealthCheckerProcess>
{
VLOG(1) << "Check passed";
- // Send a healthy status update on the first success,
- // and on the first success following failure(s).
- if (initializing || consecutiveFailures > 0) {
- TaskHealthStatus taskHealthStatus;
--- End diff --
OK, LGTM. If you are not familiar with review board, I could help you to
post this patch there.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---