You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/09/27 19:00:02 UTC

[mesos] 04/04: Added a note about allocaiton cycle performance in the 1.7.1 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 4174bc14fd08848602286a718e8a45f12e30f54c
Author: Benjamin Mahler <bm...@apache.org>
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 90e22d9..b217a1e 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.