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:03 UTC

[1/5] mesos git commit: Added MESOS-5187 to 1.3.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 8edfbaaf4 -> 23c84de3b


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

Branch: refs/heads/master
Commit: ed72072ce60e0065ea8c0f301870fa42a44d7536
Parents: 8edfbaa
Author: Gilbert Song <so...@gmail.com>
Authored: Fri Jul 28 12:41:44 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Fri Jul 28 17:51:11 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/ed72072c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 84590ed..46b2a2e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -37,6 +37,7 @@ 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-7429] - Allow isolators to inject task-specific environment variables.
   * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.


[5/5] mesos git commit: Sorted the tickets in 1.3.1 CHANGELOG.

Posted by mp...@apache.org.
Sorted the tickets in 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/23c84de3
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/23c84de3
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/23c84de3

Branch: refs/heads/master
Commit: 23c84de3b80bb92ca277e3b67466d49f3079b678
Parents: dd04473
Author: Michael Park <mp...@apache.org>
Authored: Fri Jul 28 17:55:36 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Fri Jul 28 17:55:36 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/23c84de3/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9247a65..6dbe5c7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -40,8 +40,8 @@ All Issues:
   * [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-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.
+  * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
   * [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.


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

Posted by mp...@apache.org.
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.


[2/5] mesos git commit: Added MESOS-7252 to 1.3.1 CHANGELOG.

Posted by mp...@apache.org.
Added MESOS-7252 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/f2cb4831
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f2cb4831
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f2cb4831

Branch: refs/heads/master
Commit: f2cb4831f3c6df74b47151cc82aec7ac71e166e2
Parents: ed72072
Author: Michael Park <mp...@apache.org>
Authored: Wed Jul 26 17:49:51 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Fri Jul 28 17:52:17 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/f2cb4831/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 46b2a2e..db92d62 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -38,6 +38,7 @@ 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-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.


[4/5] mesos git commit: Added MESOS-7830 to 1.3.1 CHANGELOG.

Posted by mp...@apache.org.
Added MESOS-7830 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/dd044737
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/dd044737
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/dd044737

Branch: refs/heads/master
Commit: dd04473789f9328b46edd42100e8d82e2563dba9
Parents: a49e8cc
Author: Gilbert Song <so...@gmail.com>
Authored: Fri Jul 28 12:40:11 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Fri Jul 28 17:54:52 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/dd044737/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7a1b7e0..9247a65 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -52,6 +52,7 @@ All Issues:
   * [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.
+  * [MESOS-7830] - Sandbox_path volume does not have ownership set correctly.
 
 
 Release Notes - Mesos - Version 1.3.0