You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ab...@apache.org on 2019/08/26 13:03:30 UTC

[mesos] 03/03: Added MESOS-9887 to the 1.8.2 CHANGELOG.

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

abudnik pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit adc958f553c3728aab5529de56b0ddc30c0f9b68
Author: Andrei Budnik <ab...@apache.org>
AuthorDate: Mon Aug 26 15:02:40 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index b3fca25..ff89605 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ Release Notes - Mesos - Version 1.8.2 (WIP)
   * [MESOS-9785] - Frameworks recovered from reregistered agents are not reported to master `/api/v1` subscribers.
   * [MESOS-9836] - Docker containerizer overwrites `/mesos/slave` cgroups.
   * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
+  * [MESOS-9887] - Race condition between two terminal task status updates for Docker/Command executor.
   * [MESOS-9893] - `volume/secret` isolator should cleanup the stored secret from runtime directory when the container is destroyed.
   * [MESOS-9925] - Default executor takes a couple of seconds to start and subscribe Mesos agent.