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:36:07 UTC

[mesos] branch 1.7.x 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 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.7.x by this push:
     new 5b4b856  Added MESOS-9049 to the 1.7.0 CHANGELOG.
5b4b856 is described below

commit 5b4b856f1f0afb13b269715c2a0a31d0dc329d57
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 e734a7d..f86f9a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -173,6 +173,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