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:37 UTC

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

Added MESOS-8786 to 1.3.3 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1d18163a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1d18163a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1d18163a

Branch: refs/heads/master
Commit: 1d18163a43ac6f81ca65ebd2294b94e466e6ee65
Parents: 1c9bfe1
Author: Gilbert Song <so...@gmail.com>
Authored: Fri May 11 01:12:02 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Fri May 11 01:12:02 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1d18163a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index deeba25..2eff972 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1221,6 +1221,7 @@ All Issues:
   * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'.
   * [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.