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 2017/12/04 22:33:07 UTC

[2/3] mesos git commit: Documented when ReregisterSlaveMessage.frameworks was introduced.

Documented when ReregisterSlaveMessage.frameworks was introduced.

This field was populated by agents >= 1.0.0, per:
$ git tag --contains 3c96ca497ba2b0a733756f1af5e2dd4b4695d77a

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


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

Branch: refs/heads/master
Commit: 08f825b8b8745c8a2169fd8c451f02d8670cfb05
Parents: 3caca97
Author: Benjamin Mahler <bm...@apache.org>
Authored: Thu Nov 30 16:07:55 2017 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon Dec 4 13:38:29 2017 -0800

----------------------------------------------------------------------
 src/messages/messages.proto | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/08f825b8/src/messages/messages.proto
----------------------------------------------------------------------
diff --git a/src/messages/messages.proto b/src/messages/messages.proto
index d7ef68f..2ab0fe8 100644
--- a/src/messages/messages.proto
+++ b/src/messages/messages.proto
@@ -514,7 +514,10 @@ message ReregisterSlaveMessage {
 
   repeated ExecutorInfo executor_infos = 4;
   repeated Task tasks = 3;
+
+  // The `FrameworkInfo`s are provided by agents that are >= 1.0.0.
   repeated FrameworkInfo frameworks = 8;
+
   repeated Archive.Framework completed_frameworks = 5;
 
   // NOTE: This is a hack for the master to detect the agent's