You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2018/08/21 20:33:09 UTC

[mesos] 02/02: Added MESOS-9171 to 1.7.0 CHANGELOG.

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

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

commit 59b3d2ef9bd2a3d167c58bc5dd80257f06254e5a
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Tue Aug 21 13:32:32 2018 -0700

    Added MESOS-9171 to 1.7.0 CHANGELOG.
    
    (cherry picked from commit 7f5ddf05c32468fa6be865a80503e295be50460c)
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 9acef39..0f130b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -140,6 +140,7 @@ All Resolved Issues:
   * [MESOS-9160] - Failed to compile gRPC when the build path contains symlinks.
   * [MESOS-9163] - `UriDiskProfileAdaptor` should not update profiles when a poll returns a non-OK HTTP status.
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
+  * [MESOS-9171] - Mesos agent crashes in CNI isolator when usage is queried.
 
 ** Documentation
   * [MESOS-8740] - Update description of a Containerizer interface.