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:08:57 UTC

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

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

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

commit 6b2d101770ae8853d021b8cc5d0f5ae587302a54
Author: Andrei Budnik <ab...@apache.org>
AuthorDate: Mon Aug 26 14:58:45 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index a215e5c..3cd7661 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -504,6 +504,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
   * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
   * [MESOS-9870] - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.
+  * [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.