You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2019/08/06 02:51:31 UTC

[mesos] branch master updated (e443026 -> 5957b7f)

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

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


    from e443026  Added a test `ROOT_VETH_VerifyNestedContainerIPAfterReboot`.
     new 6ee06ef  Added MESOS-9868 to the 1.8.2 CHANGELOG.
     new 18440d5  Added MESOS-9868 to the 1.7.3 CHANGELOG.
     new 5957b7f  Added MESOS-9868 to the 1.6.3 CHANGELOG.

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


[mesos] 01/03: Added MESOS-9868 to the 1.8.2 CHANGELOG.

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

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

commit 6ee06efd67e25639be449c780783c98eb70cf81f
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Aug 6 10:20:36 2019 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 8fbf927..c1322d8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -45,6 +45,7 @@ Release Notes - Mesos - Version 1.8.2 (WIP)
 
 ** Bug
   * [MESOS-9785] - Frameworks recovered from reregistered agents are not reported to master `/api/v1` subscribers.
+  * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
 
 
 Release Notes - Mesos - Version 1.8.1


[mesos] 02/03: Added MESOS-9868 to the 1.7.3 CHANGELOG.

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

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

commit 18440d5de3f704ce1bf72bf78deef07cb68bb1c5
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Aug 6 10:23:30 2019 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index c1322d8..e1ddd56 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -495,6 +495,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9803] - Memory leak caused by an infinite chain of futures in `UriDiskProfileAdaptor`.
   * [MESOS-9852] - Slow memory growth in master due to deferred deletion of offer filters and timers.
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
+  * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
   * [MESOS-9870] - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.
 
 ** Improvements


[mesos] 03/03: Added MESOS-9868 to the 1.6.3 CHANGELOG.

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

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

commit 5957b7ff77f6c953a8e3a330d9e631b63894524b
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Aug 6 10:25:04 2019 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index e1ddd56..4366bcb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -973,6 +973,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
   * [MESOS-9852] - Slow memory growth in master due to deferred deletion of offer filters and timers.
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
+  * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
   * [MESOS-9870] - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.
 
 ** Improvement