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

bennoe pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.8.x by this push:
     new dfc217e  Added MESOS-9224 to the 1.8.0 release highlights.
dfc217e is described below

commit dfc217ea19ae265fa7b34853dd929b48561207e3
Author: Benno Evers <[email protected]>
AuthorDate: Wed Apr 17 01:29:58 2019 +0200

    Added MESOS-9224 to the 1.8.0 release highlights.
---
 CHANGELOG | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 4414173..a26da57 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,12 @@ This release contains the following highlights:
       the scheduler re-subscribes each time it wants to mutate the
       minimum resource quantity offer filter information, see MESOS-7258.
 
+    * Responses for concurrent requests to read-only master HTTP endpoints
+      (e.g. `/state`, `/state-summary`, etc.) are now only computed once
+      when it can be guaranteed that the responses would be equal.
+      This should significantly increase master responsiveness under
+      heavy load. See MESOS-9224.
+
   * CLI
 
     * The new Mesos CLI now offers the task subcommand. The first

Reply via email to