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 18:11:27 UTC

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

Added MESOS-8080 to the 1.3.2 CHANGELOG.


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

Branch: refs/heads/1.3.x
Commit: b6f6e7a13200d6bf3e9ce47ae4f0be0317281db4
Parents: 079051d
Author: James Peach <jp...@apache.org>
Authored: Fri Nov 3 10:54:45 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Nov 3 10:54:45 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b6f6e7a1/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 6c69c70..410feae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@ All Issues:
   * [MESOS-7912] - Master WebUI not working in Chrome.
   * [MESOS-7926] - Abnormal termination of default executor can cause MesosContainerizer::destroy to fail.
   * [MESOS-7934] - OOM due to LibeventSSLSocket send incorrectly returning 0 after shutdown.
+  * [MESOS-8080] - The default executor does not propagate missing task exit status correctly.
   * [MESOS-8135] - Masters can lose track of tasks' executor IDs.