You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/01/31 00:29:24 UTC

mesos git commit: Added a note about revocable resources beyond quota in the user doc.

Repository: mesos
Updated Branches:
  refs/heads/master a0aee4f6c -> a77e2667e


Added a note about revocable resources beyond quota in the user doc.

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


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

Branch: refs/heads/master
Commit: a77e2667e0e2cb4e493eef83ae5e04d1e5ea8e68
Parents: a0aee4f
Author: Alexander Rukletsov <ru...@gmail.com>
Authored: Sat Jan 30 18:26:41 2016 -0500
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Sat Jan 30 18:28:58 2016 -0500

----------------------------------------------------------------------
 docs/quota.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a77e2667/docs/quota.md
----------------------------------------------------------------------
diff --git a/docs/quota.md b/docs/quota.md
index 2762557..d4233be 100644
--- a/docs/quota.md
+++ b/docs/quota.md
@@ -276,6 +276,19 @@ The wDRF allocator first allocates (or lays away if offers are declined)
 resources to framework in roles with quota set. Once all quotas are
 satisfied, it proceeds with the standard wDRF for all frameworks.
 
+__NOTE:__ A quota'ed role may not be allocated any unreserved non-revocable
+          resources beyond its quota guarantee. If frameworks in the quota'ed
+          role have not opted for revocable resources, they may stop getting
+          offers once quota for the role is satisfied. In this case setting
+          quota to any value that is less than the role's fair share may reduce
+          the amount of resources offered to this role.
+
+__NOTE:__ In Mesos 0.27 quota guarantee also serves as quota limit, i.e. once
+          quota for the role is satisfied, frameworks in this role will not
+          be offered any resources except those reserved for the role. This
+          behavior aims to mitigate the absence of quota limit and will be
+          changed in future releases.
+
 If there are multiple frameworks in a role with quota set, the standard wDRF
 algorithm determines framework priority inside this role.