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 22:30:43 UTC

[mesos] branch master updated: Added MESOS-9786 to the 1.5.4 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 365522f  Added MESOS-9786 to the 1.5.4 CHANGELOG.
365522f is described below

commit 365522f2d05e6fe8dbda706029e84f661600fca5
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Thu May 16 17:47:53 2019 +0200

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

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