You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/04/18 02:43:28 UTC

[mesos] branch master updated: Added 1.8.0 allocator performance improvements to the CHANGELOG.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e2b95cd  Added 1.8.0 allocator performance improvements to the CHANGELOG.
e2b95cd is described below

commit e2b95cdf26844c6c32aa4e44c3582b33570bd330
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Tue Apr 16 21:10:58 2019 -0600

    Added 1.8.0 allocator performance improvements to the CHANGELOG.
    
    Review: https://reviews.apache.org/r/70492
---
 CHANGELOG | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index b82e47a..f98e59f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,11 @@ This release contains the following highlights:
       This should significantly increase master responsiveness under
       heavy load.
 
+    * Allocator cycle time is significantly decreased (around 40% for a
+      small size cluster and up to 70% for larger clusters) when quota is
+      used. This greatly narrows the allocator performance gap between
+      quota and non-quota usage scenarios.
+
   * CLI
 
     * The new Mesos CLI now offers the task subcommand. The first