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/01/09 03:46:48 UTC

[mesos] branch master updated (3478e34 -> 0251246)

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 3478e34  Sent SIGKILL to I/O switchboard server as a safeguard.
     new 6bf741f  Added MESOS-9510 and MESOS-9516 to the 1.7.1 CHANGELOG.
     new 0251246  Added MESOS-9510 and MESOS-9516 to the 1.6.2 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-9510 and MESOS-9516 to the 1.6.2 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 025124611a6e65232856ee10032cd4cb0f69fe46
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Tue Jan 8 19:40:19 2019 -0800

    Added MESOS-9510 and MESOS-9516 to the 1.6.2 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 44ec043..3239e7a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -465,6 +465,8 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
 ** Improvement
   * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting cgroups_root.
   * [MESOS-9340] - Log all socket errors in libprocess.
+  * [MESOS-9510] - Disallowed nan, inf and so on in `Value::Scalar`.
+  * [MESOS-9516] - Extend `min_allocatable_resources` flag to cover non-scalar resources.
 
 
 Release Notes - Mesos - Version 1.6.1


[mesos] 01/02: Added MESOS-9510 and MESOS-9516 to the 1.7.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 6bf741f9e971e4f9e07cd776848dfc062993ac8f
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Tue Jan 8 19:37:37 2019 -0800

    Added MESOS-9510 and MESOS-9516 to the 1.7.1 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 910ee84..44ec043 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -61,6 +61,8 @@ Release Notes - Mesos - Version 1.7.1
   * [MESOS-9325] - Optimize `Resources::filter` operation.
   * [MESOS-9340] - Log all socket errors in libprocess.
   * [MESOS-9486] - Set up `object.value` for `CREATE_DISK` and `DESTROY_DISK` authorizations.
+  * [MESOS-9510] - Disallowed nan, inf and so on in `Value::Scalar`.
+  * [MESOS-9516] - Extend `min_allocatable_resources` flag to cover non-scalar resources.
 
 
 Release Notes - Mesos - Version 1.7.0