You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2018/02/14 13:24:42 UTC

[7/7] mesos git commit: Added MESOS-8468 to the 1.5.1 CHANGELOG.

Added MESOS-8468 to the 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/9840ae19
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9840ae19
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9840ae19

Branch: refs/heads/1.5.x
Commit: 9840ae195683f218482526b89cb1df3f9072f5da
Parents: 4b4d737
Author: Qian Zhang <zh...@gmail.com>
Authored: Wed Feb 14 20:53:31 2018 +0800
Committer: Qian Zhang <zh...@gmail.com>
Committed: Wed Feb 14 21:06:40 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/9840ae19/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 408eff8..45c41a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
  * [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-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.