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 21:07:11 UTC

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

commit 89ce93ff2daace2b4f4ec77d32dc123582011454
Author: Greg Mann <gr...@gmail.com>
AuthorDate: Fri Oct 5 14:06:54 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 4c9cbfd..df8700a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ Release Notes - Mesos - Version 1.7.1 (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-6765] - Make the Resources wrapper "copy-on-write" to improve performance.