You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by aggress <gi...@git.apache.org> on 2017/10/06 11:12:03 UTC

[GitHub] mesos pull request #240: Corrected quota to define it as minimal and maximal

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 <ri...@aggress.net>
Date:   2017-10-06T11:08:06Z

    Corrected quota to define a quota as minimal and maximal which it is today

----


---

[GitHub] mesos issue #240: Corrected quota to define it as minimal and maximal

Posted by aggress <gi...@git.apache.org>.
Github user aggress commented on the issue:

    https://github.com/apache/mesos/pull/240
  
    @rukletsov yes, it's insufficient. The initial description is incorrect and should be corrected. That other statement is way, way down beyond the cut where users are unlikely to venture.


---

[GitHub] mesos pull request #240: Corrected quota to define it as minimal and maximal

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/mesos/pull/240


---

[GitHub] mesos issue #240: Corrected quota to define it as minimal and maximal

Posted by rukletsov <gi...@git.apache.org>.
Github user rukletsov commented on the issue:

    https://github.com/apache/mesos/pull/240
  
    Is this comment insufficient? https://github.com/apache/mesos/blame/c87db8c8c8cef3d95e8ddaf7c75353732919edf7/docs/quota.md#L321
    Maybe pull it higher then?


---