You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/08/24 04:24:51 UTC

[2/2] mesos git commit: Added MESOS-7858 to 1.2.3 CHANGELOG.

Added MESOS-7858 to 1.2.3 CHANGELOG.


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

Branch: refs/heads/master
Commit: eb88fd74ebc02fc0ce930e265033701539504c56
Parents: 62b1e1b
Author: Jie Yu <yu...@gmail.com>
Authored: Wed Aug 23 21:24:37 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed Aug 23 21:24:37 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/eb88fd74/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f1d9f61..4c0702d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -406,6 +406,7 @@ All Issues:
   * [MESOS-6743] - Docker executor hangs forever if `docker stop` fails.
   * [MESOS-6950] - Launching two tasks with the same Docker image simultaneously may cause a staging dir never cleaned up.
   * [MESOS-7652] - Docker image with universal containerizer does not work if WORKDIR is missing in the rootfs.
+  * [MESOS-7858] - Launching a nested container with namespace/pid isolation, with glibc < 2.25, may deadlock the LinuxLauncher and MesosContainerizer.
   * [MESOS-7865] - Agent may process a kill task and still launch the task.
   * [MESOS-7909] - Ordering dependency between 'linux/capabilities' and 'docker/runtime' isolator.