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 dcbb94279d089d977c159ef36f8b38d639d0f569 Author: Benjamin Mahler <[email protected]> AuthorDate: Thu Sep 27 11:57:36 2018 -0700 Added a note about allocaiton cycle performance in the 1.7.1 CHANGELOG. --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a100945..123d90b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ Release Notes - Mesos - Version 1.7.1 (WIP) ------------------------------------------- -* This is a bug fix release. +* This is a bug fix release. Also includes performance improvements: + + * **Allocator**: Improved allocation cycle time substantially + (see MESOS-9239 and MESOS-9249). These reduce the allocation + cycle time in some benchmarks by 80%. ** Bug * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
