You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2017/11/03 22:46:38 UTC

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

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

Branch: refs/heads/1.4.x
Commit: 049bfecc0496138b4f0102b6aceefbb753656b20
Parents: 1f2706a
Author: James Peach <jp...@apache.org>
Authored: Fri Nov 3 15:46:11 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Nov 3 15:46:11 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/049bfecc/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c8e74c7..4a24ede 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-8080] - The default executor does not propagate missing task exit status correctly.
  * [MESOS-8135] - Masters can lose track of tasks' executor IDs.