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

[mesos] branch master updated (c73cafd -> 9c4b4d5)

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

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


    from c73cafd  Added MESOS-9116 to the 1.7.0 CHANGELOG.
     new 5fec7c0  Added MESOS-8917 to 1.6.2 CHANGELOG.
     new 9c4b4d5  Added MESOS-8917 to 1.5.2 CHANGELOG.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)


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

Posted by ji...@apache.org.
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 9c4b4d5efcdeaae561c3e8b736d0467662e80f38
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Mon Aug 20 16:33:48 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 42876c3..1a39250 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -647,6 +647,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
+  * [MESOS-8917] - Agent leaking file descriptors into forked processes
   * [MESOS-8935] - Quota limit "chopping" can lead to cpu-only and memory-only offers.
   * [MESOS-8936] - Implement a Random Sorter for offer allocations.
   * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.


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

Posted by ji...@apache.org.
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.