Repository: mesos Updated Branches: refs/heads/master 85569a979 -> 4b05b14ad
Updated upgrades.md about TaskStatus::Reason naming changes. Review: https://reviews.apache.org/r/39249 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4b05b14a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4b05b14a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4b05b14a Branch: refs/heads/master Commit: 4b05b14adb28427d4d33ba03c7b1d938e1b63808 Parents: 85569a9 Author: Jie Yu <[email protected]> Authored: Mon Oct 12 17:06:58 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Mon Oct 12 17:41:32 2015 -0700 ---------------------------------------------------------------------- docs/upgrades.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/4b05b14a/docs/upgrades.md ---------------------------------------------------------------------- diff --git a/docs/upgrades.md b/docs/upgrades.md index a2e073f..c2e39b7 100644 --- a/docs/upgrades.md +++ b/docs/upgrades.md @@ -6,6 +6,14 @@ layout: documentation This document serves as a guide for users who wish to upgrade an existing mesos cluster. Some versions require particular upgrade techniques when upgrading a running cluster. Some upgrades will have incompatible changes. +## Upgrading from 0.25.x to 0.26.x ## + +**NOTE** The names of some TaskStatus::Reason enums have been changed. But the tag numbers remain unchanged, so it is backwards compatible. Frameworks using the new version might need to do some compile time adjustments: + +* REASON_MEM_LIMIT -> REASON_CONTAINER_LIMITATION_MEMORY +* REASON_EXECUTOR_PREEMPTED -> REASON_CONTAINER_PREEMPTED + + ## Upgrading from 0.24.x to 0.25.x **NOTE** The following endpoints will be deprecated in favor of new endpoints. Both versions will be available in 0.25 but the deprecated endpoints will be removed in a subsequent release.
