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/11/02 22:24:25 UTC

[1/3] mesos git commit: Added MESOS-8135 to the 1.2.3 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 51fd02123 -> e603b46fa


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

Branch: refs/heads/master
Commit: 0d0d0b493539ec5fb5082eb3bef701a48767a4f3
Parents: 51fd021
Author: Benjamin Mahler <bm...@apache.org>
Authored: Thu Nov 2 15:16:39 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Thu Nov 2 15:16:39 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/0d0d0b49/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index b7bcc98..25c6538 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -642,6 +642,7 @@ All Issues:
   * [MESOS-7909] - Ordering dependency between 'linux/capabilities' and 'docker/runtime' isolator.
   * [MESOS-7926] - Abnormal termination of default executor can cause MesosContainerizer::destroy to fail.
   * [MESOS-7934] - OOM due to LibeventSSLSocket send incorrectly returning 0 after shutdown.
+  * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
 
 
 Release Notes - Mesos - Version 1.2.2


[3/3] mesos git commit: Added MESOS-8135 to the 1.4.1 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-8135 to the 1.4.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: e603b46fae199428a30458328bfe4ba8dfe3def6
Parents: b061eca
Author: Benjamin Mahler <bm...@apache.org>
Authored: Thu Nov 2 15:22:31 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Thu Nov 2 15:22:31 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e603b46f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 724a5ec..f040b4f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,8 @@ Release Notes - Mesos - Version 1.4.1 (WIP)
  * [MESOS-7968] - Handle `/proc/self/ns/pid_for_children` when parsing available namespace.
  * [MESOS-7969] - Handle cgroups v2 hierarchy when parsing /proc/self/cgroups.
  * [MESOS-7980] - Stout fails to compile with libc >= 2.26.
+ * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
+
 
 Release Notes - Mesos - Version 1.4.0
 -------------------------------------------


[2/3] mesos git commit: Added MESOS-8135 to the 1.3.2 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-8135 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/b061ecab
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b061ecab
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b061ecab

Branch: refs/heads/master
Commit: b061ecab81a3151dcc68ad34f8590e7e6f6ea6a5
Parents: 0d0d0b4
Author: Benjamin Mahler <bm...@apache.org>
Authored: Thu Nov 2 15:19:31 2017 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Thu Nov 2 15:19:31 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b061ecab/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 25c6538..724a5ec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -322,6 +322,7 @@ All Issues:
   * [MESOS-7912] - Master WebUI not working in Chrome.
   * [MESOS-7926] - Abnormal termination of default executor can cause MesosContainerizer::destroy to fail.
   * [MESOS-7934] - OOM due to LibeventSSLSocket send incorrectly returning 0 after shutdown.
+  * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
 
 
 Release Notes - Mesos - Version 1.3.1