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

[mesos] 03/03: Added MESOS-9279 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 bf833e05b4a709d1074f5625d0aac384ad7971a5
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Fri Sep 28 16:59:57 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index fc60a0a..3eeb5b0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -816,6 +816,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
   * [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-9189] - Include 'Connection: close' header in master streaming API responses.