Added MESOS-8986 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/5602cd2d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5602cd2d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5602cd2d Branch: refs/heads/1.5.x Commit: 5602cd2d05aec01f55128623361d6d249a64ab12 Parents: e14a05f Author: Greg Mann <[email protected]> Authored: Tue Jul 3 07:28:58 2018 -0700 Committer: Greg Mann <[email protected]> Committed: Tue Jul 3 07:28:58 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/5602cd2d/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 1e90d1d..61a38db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP) * [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. Release Notes - Mesos - Version 1.5.1
