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 2018/03/12 18:30:11 UTC

[01/11] mesos git commit: Added MESOS-8605 to 1.5.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 8adb5fcb1 -> 8fc0f1a0f


Added MESOS-8605 to 1.5.1 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0d8eb303
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0d8eb303
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0d8eb303

Branch: refs/heads/master
Commit: 0d8eb3037b56e2feb347ca506b358f138d9aede7
Parents: 6078f74
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:18:51 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:11 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0d8eb303/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d978acb..0801ace 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
  * [MESOS-8598] - Allow empty resource provider selector in `UriDiskProfileAdaptor`.
  * [MESOS-8601] - Master crashes during slave reregistration after failover.
  * [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.
 
 
 Release Notes - Mesos - Version 1.5.0


[10/11] mesos git commit: Fixed CHANGELOG spacing for 1.5.1.

Posted by gi...@apache.org.
Fixed CHANGELOG spacing for 1.5.1.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/653cb50f
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/653cb50f
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/653cb50f

Branch: refs/heads/master
Commit: 653cb50f712f67a8c589234f0712064ba3049478
Parents: a25f8b6
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:26:07 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:26:07 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/653cb50f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9dd2b74..9b2a380 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,24 +3,24 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
 * This is a bug fix release.
 
 ** Bug
- * [MESOS-1720] - Slave should send exited executor message when the executor is never launched.
- * [MESOS-7742] - Race conditions in IOSwitchboard: listening on unix socket and premature closing of the connection.
- * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
- * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
- * [MESOS-8468] - `LAUNCH_GROUP` failure tears down the default executor.
- * [MESOS-8488] - Docker bug can cause unkillable tasks.
- * [MESOS-8510] - URI disk profile adaptor does not consider plugin type for a profile.
- * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
- * [MESOS-8565] - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.
- * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
- * [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-8577] - Destroy nested container if `LAUNCH_NESTED_CONTAINER_SESSION` fails.
- * [MESOS-8598] - Allow empty resource provider selector in `UriDiskProfileAdaptor`.
- * [MESOS-8601] - Master crashes during slave reregistration after failover.
- * [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-1720] - Slave should send exited executor message when the executor is never launched.
+  * [MESOS-7742] - Race conditions in IOSwitchboard: listening on unix socket and premature closing of the connection.
+  * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
+  * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
+  * [MESOS-8468] - `LAUNCH_GROUP` failure tears down the default executor.
+  * [MESOS-8488] - Docker bug can cause unkillable tasks.
+  * [MESOS-8510] - URI disk profile adaptor does not consider plugin type for a profile.
+  * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
+  * [MESOS-8565] - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.
+  * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
+  * [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-8577] - Destroy nested container if `LAUNCH_NESTED_CONTAINER_SESSION` fails.
+  * [MESOS-8598] - Allow empty resource provider selector in `UriDiskProfileAdaptor`.
+  * [MESOS-8601] - Master crashes during slave reregistration after failover.
+  * [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.
 
 
 Release Notes - Mesos - Version 1.5.0


[11/11] mesos git commit: Fixed CHANGELOG spacing for 1.4.2 and 1.4.1.

Posted by gi...@apache.org.
Fixed CHANGELOG spacing for 1.4.2 and 1.4.1.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8fc0f1a0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8fc0f1a0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8fc0f1a0

Branch: refs/heads/master
Commit: 8fc0f1a0fd8b7d04de837da4716b8987c9b35fa3
Parents: 653cb50
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:27:13 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:27:13 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8fc0f1a0/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9b2a380..09d88ff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -508,23 +508,23 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
 * This is a bug fix release.
 
 ** Bug
- * [MESOS-6616] - Error: dereferencing type-punned pointer will break strict-aliasing rules.
- * [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-8125] - Agent should properly handle recovering an executor when its pid is reused.
- * [MESOS-8159] - ns::clone uses an async signal unsafe stack.
- * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
- * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched.
- * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.
- * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
- * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
- * [MESOS-8488] - Docker bug can cause unkillable tasks.
- * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
- * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
- * [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-8605] - Terminal task status update will not send if 'docker inspect' is hung.
+  * [MESOS-6616] - Error: dereferencing type-punned pointer will break strict-aliasing rules.
+  * [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-8125] - Agent should properly handle recovering an executor when its pid is reused.
+  * [MESOS-8159] - ns::clone uses an async signal unsafe stack.
+  * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
+  * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched.
+  * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.
+  * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
+  * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
+  * [MESOS-8488] - Docker bug can cause unkillable tasks.
+  * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
+  * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
+  * [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-8605] - Terminal task status update will not send if 'docker inspect' is hung.
 
 
 Release Notes - Mesos - Version 1.4.1
@@ -532,17 +532,17 @@ Release Notes - Mesos - Version 1.4.1
 * This is a bug fix release.
 
 ** Bug
- * [MESOS-7873] - Expose `ExecutorInfo.ContainerInfo.NetworkInfo` in Mesos `state` endpoint.
- * [MESOS-7921] - ProcessManager::resume sometimes crashes accessing EventQueue.
- * [MESOS-7964] - Heavy-duty GC makes the agent unresponsive.
- * [MESOS-7968] - Handle `/proc/self/ns/pid_for_children` when parsing available namespace.
- * [MESOS-7969] - Handle cgroups v2 hierarchy when parsing /proc/self/cgroups.
- * [MESOS-7980] - Stout fails to compile with libc >= 2.26.
- * [MESOS-8051] - Killing TASK_GROUP fail to kill some tasks.
- * [MESOS-8080] - The default executor does not propagate missing task exit status correctly.
- * [MESOS-8090] - Mesos 1.4.0 crashes with 1.3.x agent with oversubscription
- * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
- * [MESOS-8169] - Incorrect master validation forces executor IDs to be globally unique.
+  * [MESOS-7873] - Expose `ExecutorInfo.ContainerInfo.NetworkInfo` in Mesos `state` endpoint.
+  * [MESOS-7921] - ProcessManager::resume sometimes crashes accessing EventQueue.
+  * [MESOS-7964] - Heavy-duty GC makes the agent unresponsive.
+  * [MESOS-7968] - Handle `/proc/self/ns/pid_for_children` when parsing available namespace.
+  * [MESOS-7969] - Handle cgroups v2 hierarchy when parsing /proc/self/cgroups.
+  * [MESOS-7980] - Stout fails to compile with libc >= 2.26.
+  * [MESOS-8051] - Killing TASK_GROUP fail to kill some tasks.
+  * [MESOS-8080] - The default executor does not propagate missing task exit status correctly.
+  * [MESOS-8090] - Mesos 1.4.0 crashes with 1.3.x agent with oversubscription
+  * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
+  * [MESOS-8169] - Incorrect master validation forces executor IDs to be globally unique.
 
 
 Release Notes - Mesos - Version 1.4.0


[09/11] mesos git commit: Added MESOS-8574, MESOS-8575, MESOS-8576 to 1.3.3 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8574, MESOS-8575, MESOS-8576 to 1.3.3 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e997364b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e997364b
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e997364b

Branch: refs/heads/master
Commit: e997364b91bf6d3fcaa96896fb5a08c29cf18a5a
Parents: b1a1453
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:24:12 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:12 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e997364b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 664aa7e..80bf916 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -830,6 +830,9 @@ All Issues:
   * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
   * [MESOS-8488] - Docker bug can cause unkillable tasks.
   * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
+  * [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()'.
 
 
 Release Notes - Mesos - Version 1.3.2


[02/11] mesos git commit: Added MESOS-8574, MESOS-8575, MESOS-8576 to 1.5.1 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8574, MESOS-8575, MESOS-8576 to 1.5.1 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6078f747
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6078f747
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6078f747

Branch: refs/heads/master
Commit: 6078f747f72a3e85d1bea747ed25ecf3f0928651
Parents: 960f479
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:18:26 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:11 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6078f747/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 903d089..d978acb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,9 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
  * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
  * [MESOS-8565] - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.
  * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
+ * [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-8577] - Destroy nested container if `LAUNCH_NESTED_CONTAINER_SESSION` fails.
  * [MESOS-8598] - Allow empty resource provider selector in `UriDiskProfileAdaptor`.
  * [MESOS-8601] - Master crashes during slave reregistration after failover.


[06/11] mesos git commit: Added MESOS-8488 to 1.4.2 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8488 to 1.4.2 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/165a097d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/165a097d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/165a097d

Branch: refs/heads/master
Commit: 165a097d7401d595fe566fb6a7ce97e40849fdfc
Parents: 0d8eb30
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:20:40 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:12 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/165a097d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0801ace..2062854 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -518,6 +518,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
  * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.
  * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
  * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
+ * [MESOS-8488] - Docker bug can cause unkillable tasks.
  * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
  * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
 


[05/11] mesos git commit: Added MESOS-8574, MESOS-8575, MESOS-8576 to 1.4.2 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8574, MESOS-8575, MESOS-8576 to 1.4.2 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b9cc03cb
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b9cc03cb
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b9cc03cb

Branch: refs/heads/master
Commit: b9cc03cb06fa78426771130068b32e06975868fd
Parents: 165a097
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:21:09 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:12 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b9cc03cb/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2062854..ff52494 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -521,6 +521,9 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
  * [MESOS-8488] - Docker bug can cause unkillable tasks.
  * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
  * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.
+ * [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()'.
 
 
 Release Notes - Mesos - Version 1.4.1


[03/11] mesos git commit: Added MESOS-8488 to 1.5.1 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8488 to 1.5.1 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/960f4797
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/960f4797
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/960f4797

Branch: refs/heads/master
Commit: 960f4797586043bb40e0a5b8b569f3cf7d075b13
Parents: 8adb5fc
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:16:27 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:11 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/960f4797/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c19559d..903d089 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
  * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
  * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
  * [MESOS-8468] - `LAUNCH_GROUP` failure tears down the default executor.
+ * [MESOS-8488] - Docker bug can cause unkillable tasks.
  * [MESOS-8510] - URI disk profile adaptor does not consider plugin type for a profile.
  * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
  * [MESOS-8565] - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.


[07/11] mesos git commit: Added MESOS-8488 to 1.3.3 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8488 to 1.3.3 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b1a14531
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b1a14531
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b1a14531

Branch: refs/heads/master
Commit: b1a14531d0b953be2dc06492215f495cfedacf27
Parents: 814fd22
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:23:35 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:12 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b1a14531/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0fe7f0f..664aa7e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -828,6 +828,7 @@ All Issues:
   * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
   * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
   * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
+  * [MESOS-8488] - Docker bug can cause unkillable tasks.
   * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
 
 


[04/11] mesos git commit: Added MESOS-8605 to 1.4.2 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8605 to 1.4.2 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/814fd225
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/814fd225
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/814fd225

Branch: refs/heads/master
Commit: 814fd225225d25a8455a118ceba4af1e53dfda9b
Parents: b9cc03c
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:21:25 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:12 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/814fd225/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ff52494..0fe7f0f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -524,6 +524,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
  * [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-8605] - Terminal task status update will not send if 'docker inspect' is hung.
 
 
 Release Notes - Mesos - Version 1.4.1


[08/11] mesos git commit: Added MESOS-8605 to 1.3.3 CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8605 to 1.3.3 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a25f8b63
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a25f8b63
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a25f8b63

Branch: refs/heads/master
Commit: a25f8b63d5cedeb8f6d2baec003041a726204893
Parents: e997364
Author: Gilbert Song <so...@gmail.com>
Authored: Mon Mar 12 11:24:31 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Mon Mar 12 11:25:12 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a25f8b63/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 80bf916..9dd2b74 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -833,6 +833,7 @@ All Issues:
   * [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-8605] - Terminal task status update will not send if 'docker inspect' is hung.
 
 
 Release Notes - Mesos - Version 1.3.2