You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/03/12 18:43:31 UTC

[3/3] mesos git commit: Added MESOS-8488 to 1.3.3 CHANGELOG.

Added MESOS-8488 to 1.3.3 CHANGELOG.


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

Branch: refs/heads/1.3.x
Commit: 2d0e76157dc98edc4f9276f103a0c44a744892f1
Parents: 5e8572e
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:23:35 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:43:18 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2d0e7615/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 37e8cb1..758b4ba 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ All Issues:
   * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
   * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
   * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
+  * [MESOS-8488] - Docker bug can cause unkillable tasks.
   * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.