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

[mesos] branch master updated: Added MESOS-9177 to the 1.7.0 CHANGELOG.

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

chhsiao 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 5518181  Added MESOS-9177 to the 1.7.0 CHANGELOG.
5518181 is described below

commit 5518181d82eb2a69b7379545335e93f284c23ab9
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Fri Aug 24 13:23:02 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index d423394..144a9f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -234,6 +234,7 @@ All Resolved Issues:
   * [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
+  * [MESOS-9177] - Mesos master segfaults when responding to /state requests.
 
 ** Epic
   * [MESOS-8564] - Port libprocess-tests suites to Windows