Added MESOS-8786 to 1.5.1 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9cb655ed Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9cb655ed Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9cb655ed Branch: refs/heads/master Commit: 9cb655edcb321e92a7495f05244d000cf6d4bb4f Parents: abaff2a Author: Gilbert Song <[email protected]> Authored: Fri May 11 01:11:09 2018 -0700 Committer: Gilbert Song <[email protected]> Committed: Fri May 11 01:11:09 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/9cb655ed/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 4b35d92..36ae87a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -388,6 +388,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP) * [MESOS-8646] - Agent should be able to resolve file names on open files. * [MESOS-8651] - Potential memory leaks in the `volume/sandbox_path` isolator. * [MESOS-8742] - Agent resource provider config API calls should be idempotent. + * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly. * [MESOS-8787] - RP-related API should be experimental. * [MESOS-8876] - Normal exit of Docker container using rexray volume results in TASK_FAILED. * [MESOS-8881] - Enable epoll backend in libevent integration.
