You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/10/19 23:42:39 UTC

[mesos] branch master updated: Added MESOS-9325 to the 1.7.1 CHANGELOG.

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

bmahler 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 6852532  Added MESOS-9325 to the 1.7.1 CHANGELOG.
6852532 is described below

commit 6852532187aeca06a32e637727c37f33d79962d8
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Fri Oct 19 16:41:58 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 099445a..d0415ce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-9283] - Docker containerizer actor can get backlogged with large number of containers.
   * [MESOS-9295] - Nested container launch could fail if the agent upgrade with new cgroup subsystems.
   * [MESOS-9308] - URI disk profile adaptor could deadlock.
+  * [MESOS-9325] - Optimize `Resources::filter` operation.
 
 ** Improvement:
   * [MESOS-6765] - Make the Resources wrapper "copy-on-write" to improve performance.