This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit d9ee5e38783e00d9890a1a4dbd6235f8c7d1ff0c Author: Benjamin Mahler <[email protected]> AuthorDate: Thu Sep 27 11:56:44 2018 -0700 Added MESOS-9239 to the 1.7.1 CHANGELOG. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 32856e1..5100068 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,9 @@ Release Notes - Mesos - Version 1.7.1 (WIP) * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks. * [MESOS-9228] - SLRP does not clean up plugin containers after it is removed. +** Improvement: + * [MESOS-9239] - Improve sorting performance in the DRF sorter. + Release Notes - Mesos - Version 1.7.0 -------------------------------------
