You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2019/10/04 19:23:58 UTC

[mesos] 04/04: Added MESOS-9889 to the 1.9.1 CHANGELOG.

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

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

commit d2602637caf56f464396e87b48589b7023722974
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Fri Oct 4 14:03:23 2019 -0400

    Added MESOS-9889 to the 1.9.1 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 0c5920f..74759bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP)
   * [MESOS-9972] - Update Names for TLS-related environment variables in libprocess.
 
 ** Improvement
+  * [MESOS-9889] - Master CPU high due to unexpected foreachkey behaviour in Master::__reregisterSlave.
   * [MESOS-9948] - master::Slave::hasExecutor occupies 37% of a 150 second perf sample.