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/10/12 20:24:06 UTC

[mesos] branch master updated: Moved MESOS-9279 to 1.4.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


The following commit(s) were added to refs/heads/master by this push:
     new 00e2b6c  Moved MESOS-9279 to 1.4.2 CHANGELOG.
00e2b6c is described below

commit 00e2b6ce9d9e88635e9f8ecb01386c7d398fcf06
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Fri Oct 12 13:23:45 2018 -0700

    Moved MESOS-9279 to 1.4.2 CHANGELOG.
---
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index fafb292..42e13dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1378,6 +1378,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [MESOS-9151] - Container stuck at ISOLATING due to FD leak.
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
+  * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
 
 ** Improvement
   * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.
@@ -1441,7 +1442,6 @@ Release Notes - Mesos - Version 1.4.2
   * [MESOS-9088] - `createStrippedScalarQuantity()` should clear all metadata fields.
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.
-  * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
 
 
 Release Notes - Mesos - Version 1.4.1