GitHub user aggress opened a pull request:
https://github.com/apache/mesos/pull/240
Corrected quota to define it as minimal and maximal
Based on a discussion with @bmahler, the current documented definition of a
quota suggests it guarantees only the minimal guarantee, and that a framework
can burst above that minimal. This is apparently incorrect today, so I've
updated the definition accordingly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aggress/mesos rshaw/docs-quota
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mesos/pull/240.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #240
----
commit 0b2d6a0be7b7353dcc6b064276b27e890a58c90c
Author: Richard Shaw <[email protected]>
Date: 2017-10-06T11:08:06Z
Corrected quota to define a quota as minimal and maximal which it is today
----
---