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/05 22:13:25 UTC

[mesos] branch master updated: Added MESOS-9283 to the 1.6.2 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 e829cee  Added MESOS-9283 to the 1.6.2 CHANGELOG.
e829cee is described below

commit e829cee2c1180810f6f394d27cb42331e4e0c30d
Author: Greg Mann <gr...@gmail.com>
AuthorDate: Fri Oct 5 15:13:03 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index df8700a..db2ed3f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -395,6 +395,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
   * [MESOS-9274] - v1 JAVA scheduler library can drop TEARDOWN upon destruction.
   * [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.