You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/01/30 19:42:05 UTC

[mesos] branch master updated (ee38e55 -> 53d9973)

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

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


    from ee38e55  Added an example of Seccomp profile.
     new 94796bc  Added MESOS-9533 to 1.7.2 CHANGELOG.
     new 16eff2b  Added MESOS-9533 to 1.6.2 CHANGELOG.
     new 3acd35c  Added MESOS-9533 to 1.5.3 CHANGELOG.
     new 53d9973  Added MESOS-9533 to 1.4.3 CHANGELOG.

The 4 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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


[mesos] 03/04: Added MESOS-9533 to 1.5.3 CHANGELOG.

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3acd35c9fa58f1888efa70dc9c118a9b923cc052
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Wed Jan 30 11:37:26 2019 -0800

    Added MESOS-9533 to 1.5.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 2f2f0c4..77f1c63 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -884,6 +884,7 @@ Release Notes - Mesos - Version 1.5.3 (WIP)
 ** Bug
   * [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.
 
 
 Release Notes - Mesos - Version 1.5.2


[mesos] 04/04: Added MESOS-9533 to 1.4.3 CHANGELOG.

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 53d99735229d377f47582d93df2435b8f7970778
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Wed Jan 30 11:37:42 2019 -0800

    Added MESOS-9533 to 1.4.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 77f1c63..3014a15 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1505,6 +1505,7 @@ Release Notes - Mesos - Version 1.4.3
   * [MESOS-9502] - IOswitchboard cleanup could get stuck due to FD leak from a race.
   * [MESOS-9518] - CNI_NETNS should not be set for orphan containers that do not have network namespace.
   * [MESOS-9532] - ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky.
+  * [MESOS-9533] - CniIsolatorTest.ROOT_CleanupAfterReboot is flaky.
 
 ** Improvement:
   * [MESOS-9510] - Disallowed nan, inf and so on in `Value::Scalar`.


[mesos] 02/04: Added MESOS-9533 to 1.6.2 CHANGELOG.

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 16eff2bb1c1acf1bd5022e585f06ef8e12cdc569
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Wed Jan 30 11:37:09 2019 -0800

    Added MESOS-9533 to 1.6.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index c1c8d13..2f2f0c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -483,6 +483,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9518] - CNI_NETNS should not be set for orphan containers that do not have network namespace.
   * [MESOS-9531] - chown error handling is incorrect in createSandboxDirectory.
   * [MESOS-9532] - ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky.
+  * [MESOS-9533] - CniIsolatorTest.ROOT_CleanupAfterReboot is flaky.
 
 ** Improvement
   * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting cgroups_root.


[mesos] 01/04: Added MESOS-9533 to 1.7.2 CHANGELOG.

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 94796bcab7b1382ead699278e4dfb9505d9dd017
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Wed Jan 30 11:06:21 2019 -0800

    Added MESOS-9533 to 1.7.2 CHANGELOG.
---
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index dd4b7b3..c1c8d13 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,7 +7,7 @@ Release Notes - Mesos - Version 1.7.2 (WIP)
   * [MESOS-9517] - SLRP should treat gRPC timeouts as non-terminal errors, instead of reporting OPERATION_FAILED.
   * [MESOS-9531] - chown error handling is incorrect in createSandboxDirectory.
   * [MESOS-9532] - ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky.
-
+  * [MESOS-9533] - CniIsolatorTest.ROOT_CleanupAfterReboot is flaky.
 
 Release Notes - Mesos - Version 1.7.1
 -------------------------------------