You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/12/02 18:31:18 UTC

mesos git commit: Updated no-longer-accurate comment.

Repository: mesos
Updated Branches:
  refs/heads/master 0e0fc463b -> 4cec92ff8


Updated no-longer-accurate comment.

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


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

Branch: refs/heads/master
Commit: 4cec92ff87a126adcc93b3f667a3afcafc971eae
Parents: 0e0fc46
Author: Neil Conway <ne...@gmail.com>
Authored: Fri Dec 2 10:30:56 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Dec 2 10:30:56 2016 -0800

----------------------------------------------------------------------
 src/master/master.hpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4cec92ff/src/master/master.hpp
----------------------------------------------------------------------
diff --git a/src/master/master.hpp b/src/master/master.hpp
index 877ca90..5114e9d 100644
--- a/src/master/master.hpp
+++ b/src/master/master.hpp
@@ -1701,9 +1701,7 @@ private:
     } registered;
 
     // Slaves that are in the process of being removed from the
-    // registrar. Think of these as being partially removed: we must
-    // not answer questions related to these until they are removed
-    // from the registry.
+    // registrar.
     hashset<SlaveID> removing;
 
     // Slaves that are in the process of being marked unreachable.