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:42 UTC

[mesos] branch master updated: Added MESOS-7574 to 1.5.3, 1.6.2, and 1.7.1 CHANGELOGs.

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

josephwu 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 e524652  Added MESOS-7574 to 1.5.3, 1.6.2, and 1.7.1 CHANGELOGs.
e524652 is described below

commit e524652d05a352169652c34b610e084b89f13d0c
Author: Joseph Wu <jo...@apache.org>
AuthorDate: Wed Nov 14 13:17:39 2018 -0800

    Added MESOS-7574 to 1.5.3, 1.6.2, and 1.7.1 CHANGELOGs.
---
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 8040e0e..c47602b 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.
@@ -389,6 +390,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-7474] - Mesos fetcher cache doesn't retry when missed.
   * [MESOS-8128] - Make os::pipe file descriptors O_CLOEXEC.
   * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.
   * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
@@ -813,6 +815,7 @@ Release Notes - Mesos - Version 1.5.3 (WIP)
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-7474] - Mesos fetcher cache doesn't retry when missed.
   * [MESOS-9332] - Nested container should run as the same user of its parent container by default.