You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/08/21 09:27:37 UTC

[mesos] branch 1.7.x updated: Highlighted MESOS-9122 in the 1.7.0 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.7.x by this push:
     new 679f8f3  Highlighted MESOS-9122 in the 1.7.0 CHANGELOG.
679f8f3 is described below

commit 679f8f31270fe984b9b5feac624495a0e42ea748
Author: Alexander Rukletsov <al...@apache.org>
AuthorDate: Tue Aug 21 11:26:51 2018 +0200

    Highlighted MESOS-9122 in the 1.7.0 CHANGELOG.
---
 CHANGELOG | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 672a78b..f55c356 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -27,6 +27,11 @@ This release contains the following new features:
   * [MESOS-5647] - Expose network statistics for containers on CNI
     network in the `network/cni` isolator.
 
+  * [MESOS-9122] - Batch v0 '/state' requests on Master: '/state' requests
+    are not scheduled directly after authorization, but are accumulated and
+    then scheduled for later parallel processing. This improves the Master's
+    performance under high-load conditions.
+
   * [MESOS-8842] - **Experimental** Added per-framework metrics to the master.
     These new metrics provide detailed information about the behavior of each
     framework and can help with scalability testing, debugging, and fine grained