You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/10/13 01:21:33 UTC

mesos git commit: Added Allocator::updateAllocation() change to upgrades.md for 1.1.0.

Repository: mesos
Updated Branches:
  refs/heads/master 99cbe69eb -> 8443cba7c


Added Allocator::updateAllocation() change to upgrades.md for 1.1.0.


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

Branch: refs/heads/master
Commit: 8443cba7cab464ba35fa737fed74221e8a78f143
Parents: 99cbe69
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Wed Oct 12 18:21:09 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Wed Oct 12 18:21:26 2016 -0700

----------------------------------------------------------------------
 docs/upgrades.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8443cba7/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index 7250259..b1e9e46 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -55,6 +55,9 @@ We categorize the changes as follows:
     <ul style="padding-left:10px;">
       <li>R <a href="#1-1-x-container-logger-interface">Container Logger recovery method</a></li>
     </ul>
+    <ul style="padding-left:10px;">
+      <li>C <a href="#1-1-x-allocator-updateallocation">Allocator updateAllocation method</a></li>
+    </ul>
   </td>
   <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Endpoints-->
   </td>
@@ -208,6 +211,10 @@ We categorize the changes as follows:
 
 * Mesos 1.1 removes the `ContainerLogger`'s `recover()` method.  The `ContainerLogger` had an incomplete interface for a stateful implementation.  This removes the incomplete parts to avoid adding tech debt in the containerizer.  Please see [MESOS-6371](https://issues.apache.org/jira/browse/MESOS-6371) for more information.
 
+<a name="1-1-x-allocator-updateallocation"></a>
+
+* Mesos 1.1 adds an `offeredResources` argument to the `updateAllocation` method. It is used to indicate the resources that the operations passed to `updateAllocation` are applied to. [MESOS-4431](https://issues.apache.org/jira/browse/MESOS-4431) (paticularly [/r/45961/](https://reviews.apache.org/r/45961/)) has more details on the motivation.
+
 ## Upgrading from 0.28.x to 1.0.x ##
 
 <a name="1-0-x-deprecated-ssl-env-variables"></a>