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 00:56:20 UTC

mesos git commit: Added MESOS-7863 to the 1.3.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 738230f1a -> 5d7fd3cfe


Added MESOS-7863 to the 1.3.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 5d7fd3cfe53e8fbb9b3133771c737c3964c48f39
Parents: 738230f
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed Aug 23 17:27:55 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed Aug 23 17:27:55 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5d7fd3cf/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f78737c..44da392 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -88,6 +88,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-7863] - Agent may drop pending kill task status updates.
   * [MESOS-7865] - Agent may process a kill task and still launch the task.