This is an automated email from the ASF dual-hosted git repository. vinodkone 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 f1dc505 Added MESOS-8887 to the 1.5.3 CHANGELOG. f1dc505 is described below commit f1dc50568dcc90cec7158205dca86a2398a42dcd Author: Vinod Kone <vinodk...@gmail.com> AuthorDate: Fri Feb 15 14:51:22 2019 -0600 Added MESOS-8887 to the 1.5.3 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 26b5ef9..becb170 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -892,6 +892,7 @@ Release Notes - Mesos - Version 1.5.3 (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-9532] - ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky. * [MESOS-9533] - CniIsolatorTest.ROOT_CleanupAfterReboot is flaky.