You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/07/29 00:56:05 UTC

[3/5] mesos git commit: Added MESOS-7728 to 1.3.1 CHANGELOG.

Added MESOS-7728 to 1.3.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: a49e8ccac1af0e879fea6ecf64c2c29c2f645319
Parents: f2cb483
Author: Michael Park <mp...@apache.org>
Authored: Fri Jul 28 17:05:06 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Fri Jul 28 17:54:26 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a49e8cca/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index db92d62..7a1b7e0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -48,6 +48,7 @@ All Issues:
   * [MESOS-7690] - The agent can crash when an unknown executor tries to register.
   * [MESOS-7692] - Default environment variables defined in Docker image are not available in Mesos containerizer.
   * [MESOS-7703] - Mesos fails to exec a custom executor when no shell is used.
+  * [MESOS-7728] - Java HTTP adapter crashes JVM when leading master disconnects.
   * [MESOS-7770] - Persistent volume might not be mounted if there is a sandbox volume whose source is the same as the target of the persistent volume.
   * [MESOS-7777] - Agent failed to recover due to mount namespace leakage in Docker 1.12/1.13.
   * [MESOS-7796] - LIBPROCESS_IP isn't passed on to the fetcher.