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

[mesos] branch master updated (2588d79 -> 5cc0a9d)

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

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


    from 2588d79  Waited for TEARDOWN response in v1 Java scheduler shim.
     new 1eacbbd  Added MESOS-9274 to the 1.7.1 CHANGELOG.
     new 5cc0a9d  Added MESOS-9274 to the 1.6.2 CHANGELOG.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)


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

Posted by al...@apache.org.
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:


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

Posted by al...@apache.org.
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 5cc0a9d3b16b669837c9a3b05dd5f51c37a42aa5
Author: Alexander Rukletsov <al...@apache.org>
AuthorDate: Fri Oct 5 08:49:14 2018 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index a6f836c..7783205 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -391,6 +391,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
   * [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