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 2017/11/05 01:46:30 UTC

[2/2] mesos git commit: Added MESOS-8051 to the 1.4.1 CHANGELOG.

Added MESOS-8051 to the 1.4.1 CHANGELOG.


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

Branch: refs/heads/1.4.x
Commit: a2b346b987ace2bf41e451d223dc0ce4fe643ab7
Parents: ca03e92
Author: Qian Zhang <zh...@gmail.com>
Authored: Sat Nov 4 20:30:32 2017 +0800
Committer: Qian Zhang <zh...@gmail.com>
Committed: Sat Nov 4 20:30:32 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a2b346b9/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 4a24ede..5f79455 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ All Resolved Issues:
  * [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-8135] - Masters can lose track of tasks' executor IDs.