You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2018/08/20 23:34:13 UTC

[mesos] 01/02: Added MESOS-8917 to 1.6.2 CHANGELOG.

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

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

commit 5fec7c04dae7a810af31c2a49041533d1c67d5e1
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Mon Aug 20 16:33:36 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 0d8f743..42876c3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -244,6 +244,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
 
 ** Bug
   * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.
+  * [MESOS-8917] - Agent leaking file descriptors into forked processes
   * [MESOS-9116] - Launch nested container session fails due to incorrect detection of `mnt` namespace of command executor's task.
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.