Added MESOS-8604 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/35fcdd77 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/35fcdd77 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/35fcdd77 Branch: refs/heads/1.4.x Commit: 35fcdd778e8d9eebfc3058cc64ef7e15e837e7fa Parents: 0fedea1 Author: Benjamin Mahler <[email protected]> Authored: Wed May 2 16:53:37 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/35fcdd77/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index d037f70..1807b29 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,6 +26,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP) * [MESOS-8574] - Docker executor makes no progress when 'docker inspect' hangs. * [MESOS-8575] - Improve discard handling for 'Docker::stop' and 'Docker::pull'. * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'. + * [MESOS-8604] - Quota headroom tracking may be incorrect in the presence of hierarchical reservation. * [MESOS-8605] - Terminal task status update will not send if 'docker inspect' is hung. * [MESOS-8651] - Potential memory leaks in the `volume/sandbox_path` isolator.
