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

[mesos] 03/03: Added MESOS-7574 to 1.7.1 CHANGELOG.

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

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

commit 57958fbb9c877f87489cce24830ce88155e20da9
Author: Joseph Wu <jo...@apache.org>
AuthorDate: Wed Nov 14 13:21:20 2018 -0800

    Added MESOS-7574 to 1.7.1 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index e487b89..5d3bc99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
     cycle time in some benchmarks by 80%.
 
 ** Bug
+  * [MESOS-7474] - Mesos fetcher cache doesn't retry when missed.
   * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
   * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
   * [MESOS-8978] - Command executor calling setsid breaks the tty support.