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

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

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

Branch: refs/heads/master
Commit: 40bfe33d61d810afee72074d28605989196e14ec
Parents: eb88fd7
Author: Benjamin Mahler <bm...@apache.org>
Authored: Thu Aug 24 13:01:41 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Thu Aug 24 13:30:00 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/40bfe33d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 4c0702d..5b400d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -407,6 +407,7 @@ All Issues:
   * [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-7863] - Agent may drop pending kill task status updates.
   * [MESOS-7865] - Agent may process a kill task and still launch the task.
   * [MESOS-7909] - Ordering dependency between 'linux/capabilities' and 'docker/runtime' isolator.