This is an automated email from the ASF dual-hosted git repository. vinodkone pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 6fcf70167076bbe6fb10ca04876939fe0e3379d9 Author: Vinod Kone <vinodk...@gmail.com> AuthorDate: Fri Feb 15 14:33:00 2019 -0600 Added MESOS-8887 to the 1.7.2 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 7cd5bf6..922e750 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Release Notes - Mesos - Version 1.7.2 (WIP) * This is a bug fix release. ** Bug + * [MESOS-8887] - Unreachable tasks are not GC'ed when unreachable agent is GC'ed. * [MESOS-9210] - Mesos v1 scheduler library does not properly handle SUBSCRIBE retries. * [MESOS-9517] - SLRP should treat gRPC timeouts as non-terminal errors, instead of reporting OPERATION_FAILED. * [MESOS-9531] - chown error handling is incorrect in createSandboxDirectory.