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

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

Repository: mesos
Updated Branches:
  refs/heads/1.3.x 5e8572e4b -> 064f64552


Added MESOS-8605 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/064f6455
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/064f6455
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/064f6455

Branch: refs/heads/1.3.x
Commit: 064f64552624e38d5dd92660eef6f6940128c106
Parents: a0a932f
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:24:31 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/064f6455/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 975fab9..ff6087a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ All Issues:
   * [MESOS-8574] - Docker executor makes no progress when 'docker inspect' hangs.
   * [MESOS-8575] - Improve discard handling for 'Docker::stop' and 'Docker::pull'.
   * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'.
+  * [MESOS-8605] - Terminal task status update will not send if 'docker inspect' is hung.
 
 
 Release Notes - Mesos - Version 1.3.2


[2/3] mesos git commit: Added MESOS-8574, MESOS-8575, MESOS-8576 to 1.3.3 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8574, MESOS-8575, MESOS-8576 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/a0a932fe
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a0a932fe
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a0a932fe

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

----------------------------------------------------------------------
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a0a932fe/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 758b4ba..975fab9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,9 @@ All Issues:
   * [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.
+  * [MESOS-8574] - Docker executor makes no progress when 'docker inspect' hangs.
+  * [MESOS-8575] - Improve discard handling for 'Docker::stop' and 'Docker::pull'.
+  * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'.
 
 
 Release Notes - Mesos - Version 1.3.2


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

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