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/01/28 04:05:27 UTC

[2/2] mesos git commit: Fixed minor comment in Master::exited().

Fixed minor comment in Master::exited().


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

Branch: refs/heads/master
Commit: 87437b94e7cb26ad745b1eef29d5528770919f32
Parents: cfdcbf3
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Jan 27 17:55:49 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Jan 27 19:04:58 2016 -0800

----------------------------------------------------------------------
 src/master/master.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/87437b94/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 9ee5627..98441a5 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -1178,7 +1178,7 @@ void Master::exited(const UPID& pid)
       // follows for each framework running on that slave:
       // 1) If the framework is checkpointing: No immediate action is taken.
       //    The slave is given a chance to reconnect until the slave
-      //    observer times out (75s) and removes the slave (Case 1).
+      //    observer times out (75s) and removes the slave.
       // 2) If the framework is not-checkpointing: The slave is not removed
       //    but the framework is removed from the slave's structs,
       //    its tasks transitioned to LOST and resources recovered.