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 2017/08/11 23:22:59 UTC

[4/4] mesos git commit: Added MESOS-6950 to 1.1.3 CHANGELOG.

Added MESOS-6950 to 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/92feb52d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/92feb52d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/92feb52d

Branch: refs/heads/master
Commit: 92feb52d9508793e7046c9b9c6ed2a12c312e283
Parents: 868879e
Author: Gilbert Song <so...@gmail.com>
Authored: Fri Aug 11 16:22:30 2017 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Fri Aug 11 16:22:30 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/92feb52d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index cfb3323..abb0e3b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -884,6 +884,7 @@ All Issues:
 ** Bug
   * [MESOS-5187] - The filesystem/linux isolator does not set the permissions of the host_path.
   * [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-7540] - Add an agent flag for executor re-registration timeout.
   * [MESOS-7569] - Allow "old" executors with half-open connections to be preserved during agent upgrade / restart.
   * [MESOS-7689] - Libprocess can crash on malformed request paths for libprocess messages.