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 2018/10/10 23:54:37 UTC

[mesos] 01/08: Added MESOS-8917 to 1.4.3 CHANGELOG.

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

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

commit 81a007981c931bb56b3f4dee4214cac9459169d3
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Tue Sep 18 14:48:37 2018 -0700

    Added MESOS-8917 to 1.4.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 4918f8d..ac4f5f6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1360,6 +1360,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
 ** Bug
   * [MESOS-8568] - Command checks should always call `WAIT_NESTED_CONTAINER` before `REMOVE_NESTED_CONTAINER`
   * [MESOS-8620] - Containers stuck in FETCHING possibly due to unresponsive server.
+  * [MESOS-8917] - Agent leaking file descriptors into forked processes.
   * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [MESOS-9144] - Master authentication handling leads to request amplification.
   * [MESOS-9145] - Master has a fragile burned-in 5s authentication timeout.