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

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

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

diff --git a/CHANGELOG b/CHANGELOG
index 6545291..fc60a0a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -389,6 +389,7 @@ Release Notes - Mesos - Version 1.6.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.