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:41:48 UTC

[mesos] 02/02: Added MESOS-9786 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 6c6546da1619e2752033324a473c0dd4b4171cff
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Thu May 16 17:35:39 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 3898855..6649f87 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
   * [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-9786] - Race between two REMOVE_QUOTA calls crashes the master.
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
 
 ** Improvement