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/10/09 18:30:55 UTC

[mesos] branch master updated: Added MESOS-8620 to the 1.4.3 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 9682915  Added MESOS-8620 to the 1.4.3 CHANGELOG.
9682915 is described below

commit 968291590e1af29110e8bf68611b3f6d448750d5
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Fri Oct 5 15:48:39 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index bb75df6..3691103 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1358,6 +1358,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
 
 ** Bug
   * [MESOS-8568] - Command checks should always call `WAIT_NESTED_CONTAINER` before `REMOVE_NESTED_CONTAINER`
+  * [MESOS-8620] - Containers stuck in FETCHING possibly due to unresponsive server.
   * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [MESOS-9144] - Master authentication handling leads to request amplification.
   * [MESOS-9145] - Master has a fragile burned-in 5s authentication timeout.