Added MESOS-8352 to the 1.4.2 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/eab2053a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/eab2053a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/eab2053a Branch: refs/heads/master Commit: eab2053a3a3ab9534c9c3ce437de725e1df668d9 Parents: 4cf35d1 Author: Benjamin Mahler <[email protected]> Authored: Wed May 2 16:52:47 2018 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Wed May 2 16:52:47 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/eab2053a/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 627496e..fbdff33 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -566,6 +566,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP) * [MESOS-8293] - Reservation may not be allocated when the role has no quota. * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched. * [MESOS-8339] - Quota headroom may be insufficiently held when role has more reservation than quota. + * [MESOS-8352] - Resources may get over allocated to some roles while fail to meet the quota of other roles. * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used. * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating. * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
