You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2018/08/08 20:48:21 UTC

[mesos] branch 1.4.x updated (3f917b7 -> f2c2d81)

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

kapil pushed a change to branch 1.4.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 3f917b7  Added MESOS-9127 to 1.4.2 CHANGELOG.
     new 6232c01  Added MESOS-8106 to 1.4.2 changelog.
     new cc43c85  Added MESOS-8253 to 1.4.2 changelog.
     new 3884b7f  Added MESOS-8573 to 1.4.2 changelog.
     new 8fc0c60  Added MESOS-8626 to 1.4.2 changelog.
     new c5f306f  Added MESOS-8871 to 1.4.2 changelog.
     new cc27543  Added MESOS-8934 to 1.4.2 changelog.
     new 38f20bf  Added MESOS-9088 to 1.4.2 changelog.
     new f2c2d81  Removed WIP from 1.4.2 release notes.

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


[mesos] 07/08: Added MESOS-9088 to 1.4.2 changelog.

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

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

commit 38f20bf46d28ebb32a6f8ff2d706038adb101503
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 17:32:26 2018 -0400

    Added MESOS-9088 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 567e8f9..461c607 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -53,6 +53,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8986] - `slave.available()` in the allocator is expensive and drags down allocation performance.
   * [MESOS-8987] - Master asks agent to shutdown upon auth errors.
   * [MESOS-9049] - Agent GC could unmount a dangling persistent volume multiple times.
+  * [MESOS-9088] - `createStrippedScalarQuantity()` should clear all metadata fields.
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.
 


[mesos] 06/08: Added MESOS-8934 to 1.4.2 changelog.

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

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

commit cc275438000a94aeac46115ac29156c4fb3ca9b8
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 17:31:22 2018 -0400

    Added MESOS-8934 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 1b190a7..567e8f9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -41,6 +41,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8881] - Enable epoll backend in libevent integration.
   * [MESOS-8885] - Disable libevent debug mode.
   * [MESOS-8904] - Master crash when removing quota.
+  * [MESOS-8934] - Update python.m4 to support Python 3.
   * [MESOS-8935] - Quota limit "chopping" can lead to cpu-only and memory-only offers.
   * [MESOS-8936] - Implement a Random Sorter for offer allocations.
   * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.


[mesos] 08/08: Removed WIP from 1.4.2 release notes.

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

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

commit f2c2d81fd63f6c655d5d6289c2a1d9a48f8692e0
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 17:35:53 2018 -0400

    Removed WIP from 1.4.2 release notes.
---
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 461c607..7ea7924 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Release Notes - Mesos - Version 1.4.2 (WIP)
+Release Notes - Mesos - Version 1.4.2
 -------------------------------------------
 * This is a bug fix release.
 


[mesos] 03/08: Added MESOS-8573 to 1.4.2 changelog.

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

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

commit 3884b7f6acb3d2308f3f5dc9155d69778a4d1055
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 16:25:13 2018 -0400

    Added MESOS-8573 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index dd9d0e6..4494eb1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -26,6 +26,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8550] - Bug in `Master::detected()` leads to coredump in `MasterZooKeeperTest.MasterInfoAddress`.
   * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
   * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
+  * [MESOS-8573] - Container stuck in PULLING when Docker daemon hangs
   * [MESOS-8574] - Docker executor makes no progress when 'docker inspect' hangs.
   * [MESOS-8575] - Improve discard handling for 'Docker::stop' and 'Docker::pull'.
   * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'.


[mesos] 05/08: Added MESOS-8871 to 1.4.2 changelog.

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

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

commit c5f306f3756f941da0c33188d2738b66f890f0d7
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 17:29:56 2018 -0400

    Added MESOS-8871 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 4da160d..1b190a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -36,6 +36,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8651] - Potential memory leaks in the `volume/sandbox_path` isolator.
   * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly.
   * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data
+  * [MESOS-8871] - Agent may fail to recover if the agent dies before image store cache checkpointed.
   * [MESOS-8876] - Normal exit of Docker container using rexray volume results in TASK_FAILED.
   * [MESOS-8881] - Enable epoll backend in libevent integration.
   * [MESOS-8885] - Disable libevent debug mode.


[mesos] 02/08: Added MESOS-8253 to 1.4.2 changelog.

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

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

commit cc43c853432da77aa2477ae7c83a1424453ecf8a
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 16:22:56 2018 -0400

    Added MESOS-8253 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index b128c1d..dd9d0e6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8159] - ns::clone uses an async signal unsafe stack.
   * [MESOS-8171] - Using a failoverTimeout of 0 with Mesos native scheduler client can result in infinite subscribe loop.
   * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
+  * [MESOS-8253] - Mesos CI docker rmi conflict.
   * [MESOS-8293] - Reservation may not be allocated when the role has no quota.
   * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched.
   * [MESOS-8339] - Quota headroom may be insufficiently held when role has more reservation than quota.


[mesos] 04/08: Added MESOS-8626 to 1.4.2 changelog.

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

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

commit 8fc0c60392d2bf193e80e2f59778de8ecc00f836
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 17:28:51 2018 -0400

    Added MESOS-8626 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 4494eb1..4da160d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,6 +32,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'.
   * [MESOS-8604] - Quota headroom tracking may be incorrect in the presence of hierarchical reservation.
   * [MESOS-8605] - Terminal task status update will not send if 'docker inspect' is hung.
+  * [MESOS-8626] - The 'allocatable' check in the allocator is problematic with multi-role frameworks.
   * [MESOS-8651] - Potential memory leaks in the `volume/sandbox_path` isolator.
   * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly.
   * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data


[mesos] 01/08: Added MESOS-8106 to 1.4.2 changelog.

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

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

commit 6232c01c843b10bf4c552c0410eeb7f17b552c67
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 16:20:24 2018 -0400

    Added MESOS-8106 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index ec49cd2..b128c1d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-7099] - Quota can be exceeded due to coarse-grained offer technique.
   * [MESOS-7504] - Parent's mount namespace cannot be determined when launching a nested container.
   * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed.
+  * [MESOS-8106] - Docker fetcher plugin unsupported scheme failure message is not accurate.
   * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
   * [MESOS-8159] - ns::clone uses an async signal unsafe stack.
   * [MESOS-8171] - Using a failoverTimeout of 0 with Mesos native scheduler client can result in infinite subscribe loop.