You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2019/09/02 08:26:43 UTC

[mesos] branch master updated (57f9b46 -> 1199ea1)

This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 57f9b46  Updated `release-guide.md`.
     new 5502850  Fixed anchor name in upgrades guide.
     new 1199ea1  Fixed typo in reservation documentation.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/reservation.md | 2 +-
 docs/upgrades.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[mesos] 02/02: Fixed typo in reservation documentation.

Posted by bb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 1199ea1caf978bc1214f85ea641a45d3efc1fd38
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Sun Sep 1 18:22:12 2019 +0200

    Fixed typo in reservation documentation.
    
    Review: https://reviews.apache.org/r/71420
---
 docs/reservation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/reservation.md b/docs/reservation.md
index a540abb..94dd9f1 100644
--- a/docs/reservation.md
+++ b/docs/reservation.md
@@ -313,7 +313,7 @@ field which we can use to specify the resources to be unreserved.
 The unreserved resources may now be offered to other frameworks.
 
 <a name="offer-operation-reserve-reservation-refinement"></a>
-#### `Offer::Operation::Reserve` (__with__ `RESERVATION_REFNEMENT`)
+#### `Offer::Operation::Reserve` (__with__ `RESERVATION_REFINEMENT`)
 
 A framework that wants to create a refined reservation needs to enable
 the `RESERVATION_REFINEMENT` capability. Doing so will allow the framework


[mesos] 01/02: Fixed anchor name in upgrades guide.

Posted by bb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 55028504b4c7ccd09de584d78334e9f00f411ae7
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Sun Sep 1 16:57:37 2019 +0200

    Fixed anchor name in upgrades guide.
    
    Review: https://reviews.apache.org/r/71419
---
 docs/upgrades.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/upgrades.md b/docs/upgrades.md
index d745752..e630731 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -566,7 +566,7 @@ We categorize the changes as follows:
 
 * The `SET_QUOTA` and `REMOVE QUOTA` master calls are deprecated in favor of a new `UPDATE_QUOTA` master call.
 
-<a name="#1-9-x-quota-guarantees"></a>
+<a name="1-9-x-quota-guarantees"></a>
 
 * Prior to Mesos 1.9, the quota related APIs only exposed quota "guarantees" which ensured a minimum amount of resources would be available to a role. Setting guarantees also set implicit quota limits. In Mesos 1.9+, quota limits are now exposed directly.
   * Quota guarantees are now deprecated in favor of using only quota limits. Enforcement of quota guarantees required that Mesos holds back enough resources to meet all of the unsatisfied quota guarantees. Since Mesos is moving towards an optimistic offer model (to improve multi-role / multi- scheduler scalability, see MESOS-1607), it will become no longer possible to enforce quota guarantees by holding back resources. In such a model, quota limits are simple to enforce, but quota guaran [...]