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:33 UTC

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

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