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

[mesos] branch 1.4.x updated: Moved MESOS-9279 to 1.4.3 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.4.x by this push:
     new 541f807  Moved MESOS-9279 to 1.4.3 CHANGELOG.
541f807 is described below

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

    Moved MESOS-9279 to 1.4.3 CHANGELOG.
    
    (cherry picked from commit 00e2b6ce9d9e88635e9f8ecb01386c7d398fcf06)
---
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 570bd28..2fbcc37 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,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.
 
 
 Release Notes - Mesos - Version 1.4.2
@@ -75,7 +76,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