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

[mesos] branch 1.7.x updated: Added MESOS-9151 to 1.7.0 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.7.x by this push:
     new aa71e26  Added MESOS-9151 to 1.7.0 CHANGELOG.
aa71e26 is described below

commit aa71e26c887f0b9737759842c45aac1f9b0fa458
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Mon Aug 20 16:29:21 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index e86cc1f..cde5923 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -128,6 +128,7 @@ All Resolved Issues:
   * [MESOS-9146] - Agent has a fragile burn-in 5s authentication timeout.
   * [MESOS-9147] - Agent and scheduler driver authentication retry backoff time could overflow.
   * [MESOS-9149] - Failed to build gRPC on Linux without OpenSSL.
+  * [MESOS-9151] - Container stuck at ISOLATING due to FD leak.
   * [MESOS-9156] - StorageLocalResourceProviderProcess can deadlock
   * [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.