Added MESOS-7099 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/8e8f1510 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8e8f1510 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8e8f1510 Branch: refs/heads/1.4.x Commit: 8e8f1510c056257dd8b99328f5b04e71790e0d8f Parents: 7a1d392 Author: Benjamin Mahler <[email protected]> Authored: Wed May 2 16:50:10 2018 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Wed May 2 16:54:24 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/8e8f1510/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 4df94fc..63d14bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP) ** Bug * [MESOS-4527] - Roles can exceed limit allocation via reservations. * [MESOS-6616] - Error: dereferencing type-punned pointer will break strict-aliasing rules. + * [MESOS-7099] - Quota can be exceeded due to coarse-grained offer technique. * [MESOS-7504] - Parent's mount namespace cannot be determined when launching a nested container. * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed. * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
