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/05/06 22:34:55 UTC

[mesos] 04/04: Added MESOS-9766 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 6ab433439177fa2dccd7cb4a84a96e19773c4c7e
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Mon May 6 18:13:32 2019 -0400

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

diff --git a/CHANGELOG b/CHANGELOG
index 468a217..8933955 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1360,6 +1360,7 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
   * [MESOS-9619] - Mesos Master Crashes with Launch Group when using Port Resources
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
+  * [MESOS-9766] - /__processes__ endpoint can hang.
 
 ** Improvement
   * [MESOS-9159] - Support Foreign URLs in docker registry puller.