You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/08/13 02:09:44 UTC

mesos git commit: Addendum to a536cef67d2f250f60eb2f991e62402dae0590a1.

Repository: mesos
Updated Branches:
  refs/heads/master a536cef67 -> 7a1640ad5


Addendum to a536cef67d2f250f60eb2f991e62402dae0590a1.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7a1640ad
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7a1640ad
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7a1640ad

Branch: refs/heads/master
Commit: 7a1640ad5b17d1cd1a15c1f9de1f3a2125885b6a
Parents: a536cef
Author: Alexander Rukletsov <al...@apache.org>
Authored: Sat Aug 13 04:09:24 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Sat Aug 13 04:09:24 2016 +0200

----------------------------------------------------------------------
 src/docker/executor.cpp | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7a1640ad/src/docker/executor.cpp
----------------------------------------------------------------------
diff --git a/src/docker/executor.cpp b/src/docker/executor.cpp
index 4a755f3..8d679cd 100644
--- a/src/docker/executor.cpp
+++ b/src/docker/executor.cpp
@@ -481,12 +481,6 @@ private:
 
     HealthCheck healthCheck = task.health_check();
 
-    if (validateCheck.isSome()) {
-      cerr << "Unable to launch health check process: "
-           << validateCheck.get().message << endl;
-      return;
-    }
-
     // To make sure the health check runs in the same mount namespace
     // with the container, we wrap the original command in `docker exec`.
     if (healthCheck.has_command()) {