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/04/19 22:37:20 UTC

mesos git commit: Removed 'deprecated' tag from FrameowrkInfo.role.

Repository: mesos
Updated Branches:
  refs/heads/1.2.x ccfb4cc81 -> d9e6daa11


Removed 'deprecated' tag from FrameowrkInfo.role.

This was intended to be deprecated only once the support for
using the FrameworkInfo.roles field was complete, which was
not the case in 1.2.x.


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

Branch: refs/heads/1.2.x
Commit: d9e6daa1157dd86c29584d716a258445382da3c3
Parents: ccfb4cc
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed Apr 19 15:36:19 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed Apr 19 15:36:19 2017 -0700

----------------------------------------------------------------------
 include/mesos/mesos.proto    | 2 +-
 include/mesos/v1/mesos.proto | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d9e6daa1/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 34a288b..5cab60c 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -256,7 +256,7 @@ message FrameworkInfo {
   //
   // NOTE: The implmentation for supporting `roles`
   // is not complete, DO NOT USE the `roles` field.
-  optional string role = 6 [default = "*", deprecated=true];
+  optional string role = 6 [default = "*"];
   repeated string roles = 12; // EXPERIMENTAL.
 
   // Used to indicate the current host from which the scheduler is

http://git-wip-us.apache.org/repos/asf/mesos/blob/d9e6daa1/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index 6638111..4a52093 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -256,7 +256,7 @@ message FrameworkInfo {
   //
   // NOTE: The implmentation for supporting `roles`
   // is not complete, DO NOT USE the `roles` field.
-  optional string role = 6 [default = "*", deprecated=true];
+  optional string role = 6 [default = "*"];
   repeated string roles = 12; // EXPERIMENTAL.
 
   // Used to indicate the current host from which the scheduler is