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/10/12 02:03:39 UTC

[3/3] mesos git commit: Updated upgrades.md due to removing 'recover()' in container logger.

Updated upgrades.md due to removing 'recover()' in container logger.

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


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

Branch: refs/heads/master
Commit: e361aaedaa55f757b961c19ed37f78eb2babb8fe
Parents: e4c410d
Author: Gilbert Song <so...@gmail.com>
Authored: Tue Oct 11 18:56:23 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Tue Oct 11 19:02:04 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e361aaed/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index babadf7..7250259 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -43,6 +43,24 @@ We categorize the changes as follows:
   </thead>
 <tr>
   <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Version-->
+  1.1.x
+  </td>
+  <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Mesos Core-->
+  </td>
+  <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Flags-->
+  </td>
+  <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Framework API-->
+  </td>
+  <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Module API-->
+    <ul style="padding-left:10px;">
+      <li>R <a href="#1-1-x-container-logger-interface">Container Logger recovery method</a></li>
+    </ul>
+  </td>
+  <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Endpoints-->
+  </td>
+</tr>
+<tr>
+  <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Version-->
   1.0.x
   </td>
   <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Mesos Core-->
@@ -184,6 +202,12 @@ We categorize the changes as follows:
 </table>
 
 
+## Upgrading from 1.0.x to 1.1.x ##
+
+<a name="1-1-x-container-logger-interface"></a>
+
+* 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.
+
 ## Upgrading from 0.28.x to 1.0.x ##
 
 <a name="1-0-x-deprecated-ssl-env-variables"></a>