You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2018/02/16 00:40:59 UTC

mesos git commit: Removed redundant comment from the command executor.

Repository: mesos
Updated Branches:
  refs/heads/master 45b70600d -> 1c937b323


Removed redundant comment from the command executor.

Review: https://reviews.apache.org/r/65575/


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

Branch: refs/heads/master
Commit: 1c937b323c4299e5049a4238d679333834a4b881
Parents: 45b7060
Author: Gaston Kleiman <ga...@mesosphere.io>
Authored: Thu Feb 15 16:36:33 2018 -0800
Committer: Greg Mann <gr...@gmail.com>
Committed: Thu Feb 15 16:36:33 2018 -0800

----------------------------------------------------------------------
 src/launcher/executor.cpp | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1c937b32/src/launcher/executor.cpp
----------------------------------------------------------------------
diff --git a/src/launcher/executor.cpp b/src/launcher/executor.cpp
index 164ecc7..e4b9785 100644
--- a/src/launcher/executor.cpp
+++ b/src/launcher/executor.cpp
@@ -805,11 +805,6 @@ private:
       // the previous one and gives the task _more_ time to clean up. Other
       // systems, e.g., docker, do not allow this.
       //
-      // The escalation grace period can be only decreased. We intentionally
-      // do not support increasing the total grace period for the terminating
-      // task, because we do not want users to "slow down" a kill that is in
-      // progress. Also note that docker does not support this currently.
-      //
       // Here are some examples to illustrate:
       //
       // 20, 30 -> Increased grace period is a no-op, grace period remains 20.