You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/05/16 15:24:42 UTC

[mesos] branch 1.8.x updated (a07fe23 -> 9424fd8)

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

mzhu pushed a change to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from a07fe23  Fixed a 1.8.1 CHANGELOG typo for MESOS-9787.
     new e47a49e  Added MESOS-9759 to the 1.8.1 CHANGELOG.
     new 9424fd8  Added MESOS-9782 to the 1.8.1 CHANGELOG.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 4 ++++
 1 file changed, 4 insertions(+)


[mesos] 02/02: Added MESOS-9782 to the 1.8.1 CHANGELOG.

Posted by mz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9424fd81b0a3e39034e1234bc264a61cba1f6fc8
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Thu May 16 17:20:38 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 010b82e..3898855 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
   * [MESOS-9616] - `Filters.refuse_seconds` declines resources not in offers.
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9766] - /__processes__ endpoint can hang.
+  * [MESOS-9782] - Random sorter fails to clear removed clients.
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
 
 ** Improvement


[mesos] 01/02: Added MESOS-9759 to the 1.8.1 CHANGELOG.

Posted by mz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e47a49e4d33fccc4e8b89d870ac3ba9c21d3ec31
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Thu May 16 17:19:16 2019 +0200

    Added MESOS-9759 to the 1.8.1 CHANGELOG.
---
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 94a4c4f..010b82e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,9 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
   * [MESOS-9766] - /__processes__ endpoint can hang.
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
 
+** Improvement
+  * [MESOS-9759] - Log required quota headroom and available quota headroom in the allocator.
+
 Release Notes - Mesos - Version 1.8.0
 -------------------------------------
 This release contains the following highlights: