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