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 <[email protected]> Authored: Tue Jul 3 17:40:45 2018 -0700 Committer: Benjamin Mahler <[email protected]> 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.
