This is an automated email from the ASF dual-hosted git repository. alexr pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit c87044439f7fabae62e70ef77a48f988c158d6aa Author: Alexander Rukletsov <[email protected]> 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 4d070c3..256c179 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:
