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 2018/07/04 00:42:06 UTC

[1/2] mesos git commit: Added MESOS-9024 to the 1.5.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master ab10f8310 -> 1dde513c7


Added MESOS-9024 to the 1.5.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 81164911a4f690cab16ecb379fc6c45e7c81b1e7
Parents: ab10f83
Author: Benjamin Mahler <bm...@apache.org>
Authored: Tue Jul 3 17:40:45 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Tue Jul 3 17:40:45 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/81164911/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5dcb78a..f9eb9b8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -431,6 +431,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8963] - Executor crash trying to print container ID.
   * [MESOS-8980] - mesos-slave can deadlock with docker pull.
   * [MESOS-8986] - `slave.available()` in the allocator is expensive and drags down allocation performance.
+  * [MESOS-9024] - Mesos master segfaults with stack overflow under load.
   * [MESOS-9049] - Agent GC could unmount a dangling persistent volume multiple times.
 
 


[2/2] mesos git commit: Added MESOS-9024 to the 1.6.1 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-9024 to the 1.6.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: 1dde513c75e0c61bfaeb3595db3e20b4f9eb6543
Parents: 8116491
Author: Benjamin Mahler <bm...@apache.org>
Authored: Tue Jul 3 17:40:57 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Tue Jul 3 17:40:57 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1dde513c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f9eb9b8..d0cc0e0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,6 +55,7 @@ Release Notes - Mesos - Version 1.6.1
   * [MESOS-8980] - mesos-slave can deadlock with docker pull.
   * [MESOS-8986] - `slave.available()` in the allocator is expensive and drags down allocation performance.
   * [MESOS-9002] - GCC 8.1 build failure in os::Fork::Tree.
+  * [MESOS-9024] - Mesos master segfaults with stack overflow under load.
   * [MESOS-9025] - The container which joins CNI network and has checkpoint enabled will be mistakenly destroyed by agent.
   * [MESOS-9049] - Agent GC could unmount a dangling persistent volume multiple times.