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

[mesos] 02/02: Added MESOS-8917 to 1.5.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 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.