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/05 18:05:34 UTC

[mesos] 04/04: Added MESOS-6765 to the 1.7.1 CHANGELOG.

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

bmahler pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 20e5a86a1bc8027c24f702f3517c700018251bde
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Fri Oct 5 10:38:58 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 256c179..b250d0b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
 
 ** Improvement:
+  * [MESOS-6765] - Make the Resources wrapper "copy-on-write" to improve performance.
   * [MESOS-9239] - Improve sorting performance in the DRF sorter.
   * [MESOS-9249] - Avoid dirtying the DRF sorter when allocating resources.
   * [MESOS-9255] - Use consistent "totals" across role / framework DRF.