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:55 UTC

[mesos] branch master updated (f0be237 -> 24e989e)

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

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


    from f0be237  Fixed out-of-order processing of terminal status updates in agent.
     new 967f105  Added MESOS-9887 to the 1.8.2 CHANGELOG.
     new 6b2d101  Added MESOS-9887 to the 1.7.3 CHANGELOG.
     new 24e989e  Added MESOS-9887 to the 1.6.3 CHANGELOG.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)


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

Posted by ab...@apache.org.
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.
 


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

Posted by ab...@apache.org.
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 967f105cea4bc31780bfe76bd2d62ad71ffae221
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 fe08b76..a215e5c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,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.
 


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

Posted by ab...@apache.org.
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 24e989e66507932809c7d852a4a62720de7cb27b
Author: Andrei Budnik <ab...@apache.org>
AuthorDate: Mon Aug 26 14:44:54 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 3cd7661..58cf418 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -986,6 +986,7 @@ Release Notes - Mesos - Version 1.6.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.
 
 ** Improvement