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/19 23:35:57 UTC

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

commit c8333e214ddc75a3433dc1aed6967afe3eac0616
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Fri Oct 19 16:35:03 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 44df0b7..99b33ed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -168,6 +168,7 @@ Unresolved Critical Issues:
   * [MESOS-8927] - Default executor cannot kill tasks if `LAUNCH_NESTED_CONTAINER` is stuck.
   * [MESOS-9006] - The agent's GET_AGENT leaks resource information when using authorization
   * [MESOS-9022] - Race condition in task updates could cause missing event in streaming
+  * [MESOS-9049] - Agent GC could unmount a dangling persistent volume multiple times.
   * [MESOS-9053] - Network ports isolator can falsely trigger while destroying containers.
   * [MESOS-9109] - Windows agent uses reserved character :(colon) for file name and crashes when attempting to remove link
   * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks