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:53 UTC

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

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

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

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

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

diff --git a/CHANGELOG b/CHANGELOG
index 6fdf5a9..68f2fcc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
   * [MESOS-9492] - Persist CNI working directory across reboot.
+  * [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`.