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:41:32 UTC

[1/4] mesos git commit: Added MESOS-8488 to 1.5.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.5.x 35f284724 -> b64b00af5


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/ff2854d6
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ff2854d6
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ff2854d6

Branch: refs/heads/1.5.x
Commit: ff2854d646b274065e9760cdab1ff635b7dcf03f
Parents: 35f2847
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:34:45 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/ff2854d6/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index af509eb..96bac9f 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.


[3/4] mesos git commit: Added MESOS-8605 to 1.5.1 CHANGELOG.

Posted by gi...@apache.org.
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/9392123b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9392123b
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9392123b

Branch: refs/heads/1.5.x
Commit: 9392123bfc62c3bec9964119df610183df1e40d6
Parents: 7793a21
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:37:39 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/9392123b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index bb57756..98da2c4 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.
  * [MESOS-8619] - Docker on Windows uses `USERPROFILE` instead of `HOME` for credentials.
  * [MESOS-8631] - Agent should be able to start a task with every CPU on a Windows machine.
  * [MESOS-8646] - Agent should be able to resolve file names on open files.


[4/4] 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/b64b00af
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b64b00af
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b64b00af

Branch: refs/heads/1.5.x
Commit: b64b00af5d656e860d0d680005dd9ef612a68555
Parents: 9392123
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:38:22 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b64b00af/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 98da2c4..9c04bc0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,27 +3,27 @@ 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-8619] - Docker on Windows uses `USERPROFILE` instead of `HOME` for credentials.
- * [MESOS-8631] - Agent should be able to start a task with every CPU on a Windows machine.
- * [MESOS-8646] - Agent should be able to resolve file names on open files.
+  * [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-8619] - Docker on Windows uses `USERPROFILE` instead of `HOME` for credentials.
+  * [MESOS-8631] - Agent should be able to start a task with every CPU on a Windows machine.
+  * [MESOS-8646] - Agent should be able to resolve file names on open files.
 
 
 Release Notes - Mesos - Version 1.5.0


[2/4] 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/7793a21a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7793a21a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7793a21a

Branch: refs/heads/1.5.x
Commit: 7793a21a7819202a3037e5169992393083297136
Parents: ff2854d
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:34:46 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/7793a21a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 96bac9f..bb57756 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.