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:12:36 UTC

[3/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/1c9bfe13
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1c9bfe13
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1c9bfe13

Branch: refs/heads/master
Commit: 1c9bfe13633a3af766827fc099633bd3336ae11d
Parents: 9cb655e
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:11:37 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1c9bfe13/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 36ae87a..deeba25 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -906,6 +906,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.