From 2ee9721ec6841936b1ab85bc80a8dded40665523 Mon Sep 17 00:00:00 2001 From: Alexander Rukletsov Date: Tue, 21 Aug 2018 11:26:51 +0200 Subject: [PATCH] Highlighted MESOS-9122 in the 1.7.0 CHANGELOG. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3b2ae965289..bb8c77b1515 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