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


The following commit(s) were added to refs/heads/master by this push:
     new 4a2dbe2  Added per-framework minimum resources offer filters to the 
CHANGELOG.
4a2dbe2 is described below

commit 4a2dbe25c7377636fe3a9d9c8576297a6db561cd
Author: Benjamin Mahler <[email protected]>
AuthorDate: Tue Feb 26 16:03:34 2019 -0500

    Added per-framework minimum resources offer filters to the CHANGELOG.
---
 CHANGELOG | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index da912bc..c1ce30c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+Release Notes - Mesos - Version 1.8.0 (WIP)
+-------------------------------------------
+This release contains the following highlights:
+
+  * Performance Improvements:
+
+    * Frameworks can now specify the minimum resource quantities needed
+      in an offer, which acts as an override of the global
+      `--min_allocatable_resources` master flag. Updating schedulers to
+      specify this field improves multi-scheduler scalability as it
+      reduces the amount of offers declined from having insufficient
+      resource quantities. Note that this feature currently requires that
+      the scheduler re-subscribes each time it wants to mutate the
+      minimum resource quantity offer filter information, see MESOS-7258.
+
+
 Release Notes - Mesos - Version 1.7.3 (WIP)
 -------------------------------------------
 * This is a bug fix release.

Reply via email to