Repository: mesos Updated Branches: refs/heads/1.4.x b0448a4b5 -> c844db9ac
Added MESOS-8090 to the 1.4.1 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5ec1a7bf Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5ec1a7bf Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5ec1a7bf Branch: refs/heads/1.4.x Commit: 5ec1a7bfc04ea1f04bf8f154a98dac573db61493 Parents: b0448a4 Author: Michael Park <[email protected]> Authored: Sun Oct 22 15:29:36 2017 -0700 Committer: Kapil Arya <[email protected]> Committed: Thu Nov 9 19:37:02 2017 -0500 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/5ec1a7bf/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 40e05e2..ec245fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ All Resolved Issues: * [MESOS-7980] - Stout fails to compile with libc >= 2.26. * [MESOS-8051] - Killing TASK_GROUP fail to kill some tasks. * [MESOS-8080] - The default executor does not propagate missing task exit status correctly. + * [MESOS-8090] - Mesos 1.4.0 crashes with 1.3.x agent with oversubscription * [MESOS-8135] - Masters can lose track of tasks' executor IDs. * [MESOS-8169] - Incorrect master validation forces executor IDs to be globally unique.
