You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/11/06 23:06:57 UTC

[07/14] mesos git commit: Updated the comment about slaves.removed in master.

Updated the comment about slaves.removed in master.

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


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

Branch: refs/heads/master
Commit: eb5e65cf693d9b5bee9425b435b7b189d0bfc6f1
Parents: 97062ac
Author: Jie Yu <yu...@gmail.com>
Authored: Mon Oct 30 23:46:56 2017 +0100
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Nov 6 14:37:26 2017 -0800

----------------------------------------------------------------------
 src/master/master.hpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/eb5e65cf/src/master/master.hpp
----------------------------------------------------------------------
diff --git a/src/master/master.hpp b/src/master/master.hpp
index afcc2e4..52f5576 100644
--- a/src/master/master.hpp
+++ b/src/master/master.hpp
@@ -1855,8 +1855,9 @@ private:
     hashset<SlaveID> markingGone;
 
     // This collection includes agents that have gracefully shutdown,
-    // as well as those that have been marked unreachable. We keep a
-    // cache here to prevent this from growing in an unbounded manner.
+    // as well as those that have been marked unreachable or gone. We
+    // keep a cache here to prevent this from growing in an unbounded
+    // manner.
     //
     // TODO(bmahler): Ideally we could use a cache with set semantics.
     //