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/f86c9f8a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f86c9f8a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f86c9f8a Branch: refs/heads/1.6.x Commit: f86c9f8ac863e5b0f63bfa52fa6b38c80aa21b59 Parents: b01c0a8 Author: Benjamin Mahler <[email protected]> Authored: Tue Jul 3 17:40:57 2018 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Tue Jul 3 17:41:31 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f86c9f8a/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 1903c1f..9939def 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,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.
