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

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

Repository: mesos
Updated Branches:
  refs/heads/master eb88fd74e -> 2efdde117


Added MESOS-7863 to the 1.1.3 CHANGELOG.


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

Branch: refs/heads/master
Commit: 2efdde117982eb98bc68e1d77d2dd527205e5292
Parents: 40bfe33
Author: Benjamin Mahler <bm...@apache.org>
Authored: Thu Aug 24 13:09:45 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/2efdde11/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5b400d9..d567d33 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -939,6 +939,7 @@ All Issues:
   * [MESOS-7777] - Agent failed to recover due to mount namespace leakage in Docker 1.12/1.13.
   * [MESOS-7796] - LIBPROCESS_IP isn't passed on to the fetcher.
   * [MESOS-7830] - Sandbox_path volume does not have ownership set correctly.
+  * [MESOS-7863] - Agent may drop pending kill task status updates.
   * [MESOS-7865] - Agent may process a kill task and still launch the task.
 
 


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

Posted by bm...@apache.org.
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.