This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 33c3d49db5a57a500fd2fee0ca81945d350ab80f Author: Chun-Hung Hsiao <[email protected]> AuthorDate: Tue Feb 12 16:49:30 2019 -0800 Added MESOS-9537 and MESOS-9544 to the 1.7.2 CHANGELOG. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1d3c536..0d4c323 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,8 @@ Release Notes - Mesos - Version 1.7.2 (WIP) * [MESOS-9531] - chown error handling is incorrect in createSandboxDirectory. * [MESOS-9532] - ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky. * [MESOS-9533] - CniIsolatorTest.ROOT_CleanupAfterReboot is flaky. + * [MESOS-9537] - SLRP sends inconsistent status updates for dropped operations. + * [MESOS-9544] - SLRP does not clean up destroyed persistent volumes. * [MESOS-9554] - Allocator might skip allocations because a single framework is incapable of receiving certain resources. Release Notes - Mesos - Version 1.7.1
