You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2018/10/17 18:29:43 UTC

[mesos] branch master updated: Added MESOS-9283 to the 1.4.3 CHANGELOG.

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

grag 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 fa174d4  Added MESOS-9283 to the 1.4.3 CHANGELOG.
fa174d4 is described below

commit fa174d4b961861559a150002b3a2c00e62fdae22
Author: Greg Mann <gr...@gmail.com>
AuthorDate: Wed Oct 17 11:28:37 2018 -0700

    Added MESOS-9283 to the 1.4.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 42e13dc..1650e4e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1379,6 +1379,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [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.
+  * [MESOS-9283] - Docker containerizer actor can get backlogged with large number of containers.
 
 ** Improvement
   * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.