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:46 UTC

[mesos] branch master 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 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 7e7cd8d  Added MESOS-9158 to the 1.8.0 release highlights.
7e7cd8d is described below

commit 7e7cd8de1121589225049ea33df0624b2a1bd754
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 c4941b2..b82e47a 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