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:07:22 UTC

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

Repository: mesos
Updated Branches:
  refs/heads/1.3.x 624cdb304 -> 1beaede8c


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/1beaede8
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1beaede8
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1beaede8

Branch: refs/heads/1.3.x
Commit: 1beaede8c13f0832d4921121da34f924deec8950
Parents: 624cdb3
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:06:53 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1beaede8/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 68575e8..df8310a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,16 +5,17 @@ Release Notes - Mesos - Version 1.3.1 (WIP)
 All Issues:
 ** Bug
   * [MESOS-5187] - The filesystem/linux isolator does not set the permissions of the host_path.
+  * [MESOS-7252] - Need to fix resource check in long-lived framework.
   * [MESOS-7429] - Allow isolators to inject task-specific environment variables.
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.
   * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
-  * [MESOS-7252] - Need to fix resource check in long-lived framework.
   * [MESOS-7569] - Allow "old" executors with half-open connections to be preserved during agent upgrade / restart.
   * [MESOS-7581] - Fix interference of external Boost installations when using some unbundled dependencies.
   * [MESOS-7689] - Libprocess can crash on malformed request paths for libprocess messages.
   * [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.