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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f5ddf0  Added MESOS-9171 to 1.7.0 CHANGELOG.
7f5ddf0 is described below

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

    Added MESOS-9171 to 1.7.0 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 2a1b0b2..02e3466 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -179,6 +179,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.