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:32:00 UTC

[mesos] branch master updated (f91affc -> 5e7a5f1)

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

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


    from f91affc  Fixed a 1.5.4 CHANGELOG typo for MESOS-9787.
     new 23752b6  Added MESOS-9759 to the 1.8.1 CHANGELOG.
     new 1871205  Added MESOS-9782 to the 1.8.1 CHANGELOG.
     new 4d23d68  Added MESOS-9759 to the 1.7.3 CHANGELOG.
     new 5e7a5f1  Added MESOS-9759 to the 1.6.3 CHANGELOG.

The 4 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 | 6 ++++++
 1 file changed, 6 insertions(+)


[mesos] 04/04: Added MESOS-9759 to the 1.6.3 CHANGELOG.

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

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

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

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

diff --git a/CHANGELOG b/CHANGELOG
index abffa42..09f3f65 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -908,6 +908,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9159] - Support Foreign URLs in docker registry puller.
   * [MESOS-9675] - Docker Manifest V2 Schema2 Support.
   * [MESOS-9704] - Support docker manifest v2s2 config GC.
+  * [MESOS-9759] - Log required quota headroom and available quota headroom in the allocator.
 
 
 Release Notes - Mesos - Version 1.6.2


[mesos] 01/04: 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 master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 23752b6bd581fe033f250f70ba69f40ca3467b89
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 bc8ede9..4b9d9b8 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:


[mesos] 02/04: 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 master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 1871205b242250b72d1b4b8776746130bc4eb5b4
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 4b9d9b8..66ad98e 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] 03/04: Added MESOS-9759 to the 1.7.3 CHANGELOG.

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

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

commit 4d23d687cc6c99997c418463c338a9d30ac23b91
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Thu May 16 17:26:38 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 66ad98e..abffa42 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -436,6 +436,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9540] - Support `DESTROY_DISK` on preprovisioned CSI volumes.
   * [MESOS-9675] - Docker Manifest V2 Schema2 Support.
   * [MESOS-9704] - Support docker manifest v2s2 config GC.
+  * [MESOS-9759] - Log required quota headroom and available quota headroom in the allocator.
 
 
 Release Notes - Mesos - Version 1.7.2