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/07/03 22:01:10 UTC

[mesos] 04/04: Added MESOS-9870 to the 1.5.4 CHANGELOG.

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

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

commit f9fa16bdfe0be5a02ae7dbb3d58ab9c5cf2427b8
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Wed Jul 3 17:43:08 2019 -0400

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

diff --git a/CHANGELOG b/CHANGELOG
index 1b6a3cb..c431070 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1406,6 +1406,7 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
   * [MESOS-9852] - Slow memory growth in master due to deferred deletion of offer filters and timers.
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
+  * [MESOS-9870] - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.
 
 ** Improvement
   * [MESOS-9159] - Support Foreign URLs in docker registry puller.