You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/16 20:49:07 UTC

[2/2] mesos git commit: Updated Mesos 1.3.0 CHANGELOG for removal of hierarchical roles.

Updated Mesos 1.3.0 CHANGELOG for removal of hierarchical roles.

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


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

Branch: refs/heads/master
Commit: 91bd4d9232e9881f9adecd5eb42457ed97b81f59
Parents: e0d8cc7
Author: Neil Conway <ne...@gmail.com>
Authored: Mon May 15 12:11:03 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Tue May 16 13:48:54 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/91bd4d92/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 57bb926..0318370 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -31,16 +31,6 @@ This release contains the following new features:
     container. See 'docs/authorization.md' for more information on these
     implicit authorization rules.
 
-  * [MESOS-6375] - **Experimental** Support for hierarchical roles. A
-    role can now have one or more "child" roles. This makes it easier to
-    use roles to represent the hierarchical structure commonly found in
-    organizations. Support for hierarchical roles is experimental:
-    currently, quota cannot be set on a nested (child) role, and the
-    behavior of resource reservations for role hierarchies is expected
-    to change (presently, making a reservation to a role reserves the
-    resource for that exact role; in a future Mesos release, this will
-    instead reserve the resource for the sub-tree rooted at the role).
-
   * [MESOS-6627] - Support for frameworks to modify the role(s) they are
     subscribed to. This is essential to supporting "multi-user" frameworks
     (see MESOS-1763) in that roles are expected to come and go over time
@@ -122,7 +112,6 @@ All Experimental Features:
   * [MESOS-5931] - Support auto backend in Mesos Containerizer.
   * [MESOS-6014] - Added port mapping CNI plugin.
   * [MESOS-6077] - Added a default (task group) executor.
-  * [MESOS-6375] - **NEW** Support hierarchical resource allocation roles.
   * [MESOS-6402] - rlimit support for Mesos containerizer.
   * [MESOS-6460] - Container Attach/Exec.
   * [MESOS-6758] - Support docker registry that requires basic auth.