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:42:18 UTC

svn commit: r1131865 - /incubator/mesos/trunk/src/master.cpp

Author: benh
Date: Sun Jun  5 05:42:18 2011
New Revision: 1131865

URL: http://svn.apache.org/viewvc?rev=1131865&view=rev
Log:
Fix comment

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

Modified: incubator/mesos/trunk/src/master.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/master.cpp?rev=1131865&r1=1131864&r2=1131865&view=diff
==============================================================================
--- incubator/mesos/trunk/src/master.cpp (original)
+++ incubator/mesos/trunk/src/master.cpp Sun Jun  5 05:42:18 2011
@@ -1005,8 +1005,8 @@ Allocator* Master::createAllocator()
 
 // Create a new framework ID. We format the ID as YYYYMMDDhhmm-master-fw,
 // where the first part is the submission date and submission time, master
-// is the unique ID of the master (provided by ZooKeeper), and fw is the ID
-// of the framework within the master (an increasing integer).
+// is ID of the master (emphemeral ID from ZooKeeper if ZK is used), and
+// fw is the ID of the framework within the master (an increasing integer).
 FrameworkID Master::newFrameworkId()
 {
   time_t rawtime;