You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/10/05 07:23:31 UTC

[mesos] 01/02: Added MESOS-9274 to the 1.7.1 CHANGELOG.

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

alexr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 1eacbbdf7ea52394b1dee82c0452a53452163129
Author: Alexander Rukletsov <al...@apache.org>
AuthorDate: Fri Oct 5 08:44:43 2018 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index f38aa8c..a6f836c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-9228] - SLRP does not clean up plugin containers after it is removed.
   * [MESOS-9231] - `docker inspect` may return an unexpected result to Docker executor due to a race condition.
   * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
+  * [MESOS-9274] - v1 JAVA scheduler library can drop TEARDOWN upon destruction.
   * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
 
 ** Improvement: