You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2019/04/17 16:44:34 UTC

[mesos] branch 1.8.x updated: Added MESOS-9158 to the 1.8.0 release highlights.

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 424a193  Added MESOS-9158 to the 1.8.0 release highlights.
424a193 is described below

commit 424a1931062936c00113185a6492465c251d036b
Author: Benno Evers <be...@mesosphere.com>
AuthorDate: Wed Apr 17 18:42:57 2019 +0200

    Added MESOS-9158 to the 1.8.0 release highlights.
---
 CHANGELOG | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index a26da57..ed23fa3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,11 +13,14 @@ 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.
+    * The batching mechanism used for requests to the master's `/state`
+      endpoint was extending to other read-only master endpoints like
+      `/state-summary`, `/frameworks`, `/roles`, etc. (see MESOS-9158)
+      In addition, responses for multiple concurrent requests to read-only master
+      endpoints are now only computed once in cases where it can be guaranteed
+      that all responses would be equal. (see MESOS-9224)
       This should significantly increase master responsiveness under
-      heavy load. See MESOS-9224.
+      heavy load.
 
   * CLI