Added MESOS-8986 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/66412d03 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/66412d03 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/66412d03 Branch: refs/heads/1.6.x Commit: 66412d03c7bf8c915f98a8aea2649c058a66661d Parents: 4e06401 Author: Greg Mann <[email protected]> Authored: Tue Jul 3 07:18:02 2018 -0700 Committer: Greg Mann <[email protected]> Committed: Tue Jul 3 07:18:02 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/66412d03/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index d3ebbda..b3f403f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,7 @@ Release Notes - Mesos - Version 1.6.1 * [MESOS-8952] - process::await/collect n^2 performance issue. * [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-9002] - GCC 8.1 build failure in os::Fork::Tree. * [MESOS-9025] - The container which joins CNI network and has checkpoint enabled will be mistakenly destroyed by agent.
