You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/05/16 15:24:44 UTC

[mesos] 02/02: Added MESOS-9782 to the 1.8.1 CHANGELOG.

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

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

commit 9424fd81b0a3e39034e1234bc264a61cba1f6fc8
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Thu May 16 17:20:38 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 010b82e..3898855 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
   * [MESOS-9616] - `Filters.refuse_seconds` declines resources not in offers.
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9766] - /__processes__ endpoint can hang.
+  * [MESOS-9782] - Random sorter fails to clear removed clients.
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
 
 ** Improvement