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/0fedea17 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0fedea17 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0fedea17 Branch: refs/heads/1.4.x Commit: 0fedea172a988d436aac0253e7633bd5ea35c7ec Parents: a99403a Author: Benjamin Mahler <[email protected]> Authored: Wed May 2 16:52:47 2018 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Wed May 2 16:54:25 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/0fedea17/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index a18c542..d037f70 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,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.
