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/09/29 00:02:07 UTC

[mesos] 02/02: Added MESOS-9279 to 1.7.1 CHANGELOG.

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

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

commit 4aa7e6bfcafc0cfe2b4731a155ca4868cd715e90
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Fri Sep 28 16:59:21 2018 -0700

    Added MESOS-9279 to 1.7.1 CHANGELOG.
    
    (cherry picked from commit 897ac5c1a5becc61a373b780a7c609cbe4b02d72)
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 9b36f8b..ac5ea06 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks.
   * [MESOS-9228] - SLRP does not clean up plugin containers after it is removed.
   * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
+  * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
 
 ** Improvement:
   * [MESOS-9239] - Improve sorting performance in the DRF sorter.