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/09/04 17:43:51 UTC

[mesos] 05/05: Added MESOS-8429 to the 1.7.0 CHANGELOG.

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

chhsiao pushed a commit to branch slrp
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 16df659276f713fa861ae6eabcb71a2adb16b437
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Tue Sep 4 10:42:34 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 0937c37..2f82122 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -169,6 +169,7 @@ All Resolved Issues:
   * [MESOS-7966] - check for maintenance on agent causes fatal error
   * [MESOS-8128] - Make os::pipe file descriptors O_CLOEXEC.
   * [MESOS-8134] - SlaveTest.ContainersEndpoint is flaky due to getenv crash.
+  * [MESOS-8429] - Clean up endpoint socket if the container daemon is destroyed while waiting.
   * [MESOS-8499] - Change docker health check image to the new nanoserver one
   * [MESOS-8567] - Test UriDiskProfileTest.FetchFromHTTP is flaky.
   * [MESOS-8613] - Test `MasterAllocatorTest/*.TaskFinished` is flaky.