You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/07/31 14:07:22 UTC

mesos git commit: Added MESOS-7728 to 1.1.3 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.1.x 0a67264ef -> 33a418128


Added MESOS-7728 to 1.1.3 CHANGELOG.


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

Branch: refs/heads/1.1.x
Commit: 33a41812825d8d33091a398903cb2542e7a01b46
Parents: 0a67264
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Jul 31 15:59:50 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Jul 31 15:59:50 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/33a41812/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 8719181..6b5316b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ All Issues:
   * [MESOS-7690] - The agent can crash when an unknown executor tries to register.
   * [MESOS-7581] - Fix interference of external Boost installations when using some unbundled dependencies.
   * [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.