You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/05/11 08:13:56 UTC

[4/4] mesos git commit: Added MESOS-8786 to 1.4.2 CHANGELOG.

Added MESOS-8786 to 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/e1654ac4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e1654ac4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e1654ac4

Branch: refs/heads/1.4.x
Commit: e1654ac484b942f9e8252dbea300bff77c1dfe7c
Parents: 6f50af2
Author: Gilbert Song <so...@gmail.com>
Authored: Fri May 11 01:11:37 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Fri May 11 01:13:43 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e1654ac4/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7e774e6..860d0eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -29,6 +29,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [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.
+  * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly.
   * [MESOS-8876] - Normal exit of Docker container using rexray volume results in TASK_FAILED.
   * [MESOS-8881] - Enable epoll backend in libevent integration.
   * [MESOS-8885] - Disable libevent debug mode.