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 2019/04/10 21:36:57 UTC

[mesos] branch master updated: Added MESOS-8467 to the 1.7.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 5278b87  Added MESOS-8467 to the 1.7.3 CHANGELOG.
5278b87 is described below

commit 5278b871bd507ff3bcf7e0665624d5ca78507ac0
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Wed Apr 10 14:12:09 2019 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index edb40dd..2cce5cf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -314,6 +314,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-8467] - Destroyed executors might be used after `Slave::publishResource()`.
   * [MESOS-9507] - Agent could not recover due to empty docker volume checkpointed files.
   * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
   * [MESOS-9549] - nvidia/cuda 10 does not work on GPU isolator.