You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/01/11 21:34:25 UTC

[mesos] 03/04: Added MESOS-9502 to 1.5.2 CHANGELOG.

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

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

commit ec8bfbfeee7a8a62db74cbd699d5f97f5ab4e20e
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Fri Jan 11 13:09:22 2019 -0800

    Added MESOS-9502 to 1.5.2 CHANGELOG.
    
    (cherry picked from commit fbb5d01275390783b2712e681c5ccebfc2a77d78)
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 88a27a7..dd1ec1a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -62,6 +62,7 @@ Release Notes - Mesos - Version 1.5.2
   * [MESOS-9308] - URI disk profile adaptor could deadlock.
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
+  * [MESOS-9502] - IOswitchboard cleanup could get stuck due to FD leak from a race.
 
 ** Improvement:
   * [MESOS-9510] - Disallowed nan, inf and so on in `Value::Scalar`.