You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 07:34:44 UTC

svn commit: r1131798 - /incubator/mesos/trunk/src/nexus_sched.cpp

Author: benh
Date: Sun Jun  5 05:34:44 2011
New Revision: 1131798

URL: http://svn.apache.org/viewvc?rev=1131798&view=rev
Log:
Updated an important comment.

Modified:
    incubator/mesos/trunk/src/nexus_sched.cpp

Modified: incubator/mesos/trunk/src/nexus_sched.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/nexus_sched.cpp?rev=1131798&r1=1131797&r2=1131798&view=diff
==============================================================================
--- incubator/mesos/trunk/src/nexus_sched.cpp (original)
+++ incubator/mesos/trunk/src/nexus_sched.cpp Sun Jun  5 05:34:44 2011
@@ -191,7 +191,10 @@ protected:
       }
 
       case NO_MASTER_DETECTED: {
-	// TODO(alig): Do we want to do anything here?
+	// TODO(benh): We need to convey to the driver that we are
+	// currently not connected (not running?) so that calls such
+	// as sendFrameworkMessage will return with an error (rather
+	// than just getting dropped all together).
 	break;
       }