You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/03/15 03:15:09 UTC

mesos git commit: Removed a stale comment in the 1.0 mesos.proto.

Repository: mesos
Updated Branches:
  refs/heads/master 21d8fe7b2 -> 8d98fb7e8


Removed a stale comment in the 1.0 mesos.proto.

In the v1 API, the `checkpoint` field no longer exists.

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


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

Branch: refs/heads/master
Commit: 8d98fb7e8d26af652a7c7dc20ba7161ca84c8d48
Parents: 21d8fe7
Author: Alexander Rukletsov <ru...@gmail.com>
Authored: Mon Mar 14 19:14:10 2016 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon Mar 14 19:14:25 2016 -0700

----------------------------------------------------------------------
 include/mesos/v1/mesos.proto | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8d98fb7e/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index ac6adfb..9d51434 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -483,9 +483,7 @@ message MasterInfo {
 /**
  * Describes an agent. Note that the 'id' field is only available
  * after an agent is registered with the master, and is made available
- * here to facilitate re-registration.  If checkpoint is set, the
- * agent is checkpointing its own information and potentially
- * frameworks' information (if a framework has checkpointing enabled).
+ * here to facilitate re-registration.
  */
 message AgentInfo {
   required string hostname = 1;