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 2016/10/28 09:45:34 UTC

[1/3] mesos git commit: Fixed invalid characters in the CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 6171c568a -> df25c4e9a


Fixed invalid characters in the CHANGELOG.


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

Branch: refs/heads/master
Commit: c9a9d29e460bfd5c4af90b4739ae89bb0b3d167a
Parents: 6171c56
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Oct 28 11:27:31 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 28 11:27:31 2016 +0200

----------------------------------------------------------------------
 CHANGELOG | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c9a9d29e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index cf5ee8a..6332c14 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -143,7 +143,7 @@ All Issues:
   * [MESOS-6000] - Overlayfs backend cannot support the image with numerous layers.
   * [MESOS-6005] - Support docker registry running non-https on localhost:<non-80-port>.
   * [MESOS-6013] - Use readdir instead of readdir_r.
-  * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w \ufeff\u2060sendExecutorTerminatedStatusUpdate()\ufeff\u2060 and \ufeff\u2060_statusUpdate()\ufeff\u2060.
+  * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w sendExecutorTerminatedStatusUpdate() and _statusUpdate().
   * [MESOS-6031] - Collect throttle related metrics for DockerContainerizer.
   * [MESOS-6041] - Stream ID mismatch should print out expected and received stream ID.
   * [MESOS-6049] - XFS disk isolator doesn't handle old containers correctly.
@@ -376,7 +376,7 @@ All Issues:
 ** Bug
     * [MESOS-5613] - mesos-local fails to start if MESOS_WORK_DIR isn't set.
     * [MESOS-6013] - Use readdir instead of readdir_r.
-    * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w \ufeff\u2060sendExecutorTerminatedStatusUpdate()\ufeff\u2060 and \ufeff\u2060_statusUpdate()\ufeff\u2060
+    * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w sendExecutorTerminatedStatusUpdate() and _statusUpdate().
     * [MESOS-6074] - Master check failure if the metrics endpoint is polled soon after it starts
     * [MESOS-6100] - Make fails compiling 1.0.1 
     * [MESOS-6104] - Potential FD double close in libevent's implementation of `sendfile`.


[2/3] mesos git commit: Fixed style issues in the CHANGELOG.

Posted by al...@apache.org.
Fixed style issues in the CHANGELOG.


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

Branch: refs/heads/master
Commit: f6048fc3169ab1f4eba535aa6b39c1ef58e8402c
Parents: c9a9d29
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Oct 28 11:31:25 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 28 11:31:25 2016 +0200

----------------------------------------------------------------------
 CHANGELOG | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f6048fc3/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 6332c14..3f11527 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -39,7 +39,7 @@ This release contains the following new features:
     container may have. This allows a container to run as root, but not have all
     the privileges associated with the root user (e.g., CAP_SYS_ADMIN).
 
-  * [MESOS-5344] -- **Experimental** support for partition-aware Mesos
+  * [MESOS-5344] - **Experimental** support for partition-aware Mesos
     frameworks. In previous Mesos releases, when an agent is partitioned from
     the master and then reregisters with the cluster, all tasks running on the
     agent are terminated and the agent is shutdown. In Mesos 1.1, partitioned
@@ -211,7 +211,8 @@ All Issues:
   * [MESOS-6386] - "Reached unreachable statement" in LinuxCapabilitiesIsolatorTest.
   * [MESOS-6391] - Command task's sandbox should not be owned by root if it uses container image.
   * [MESOS-6393] - Deprecated SSL_ environment variables are non functional already.
-  * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot
+  * [MESOS-6445] - Reconciliation for unreachable agent after master failover is incorrect.
+  * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot.
 
 ** Documentation
   * [MESOS-5221] - Add Documentation for Nvidia GPU support.
@@ -362,14 +363,13 @@ All Issues:
   * [MESOS-6312] - Update CHANGELOG to mention addition of agent '--runtime_dir' flag.
   * [MESOS-6344] - Allow `network/cni` isolator to take a search path for CNI plugins instead of single directory.
   * [MESOS-6408] - Changelog for `mesos-cni-port-mapper` to 1.1.0.
-  * [MESOS-6445] - Reconciliation for unreachable agent after master failover is incorrect 
 
 ** Wish
   * [MESOS-5929] - Total cluster resources on master Mesos UI should have better spacing.
 
 
 Release Notes - Mesos - Version 1.0.2
---------------------------------------------
+-------------------------------------
 * This is a bug fix release.
 
 All Issues:
@@ -403,7 +403,7 @@ All Issues:
 
 
 Release Notes - Mesos - Version 1.0.1
---------------------------------------------
+-------------------------------------
 * This is a bug fix release.
 
 All Issues:
@@ -433,7 +433,7 @@ All Issues:
 
 
 Release Notes - Mesos - Version 1.0.0
---------------------------------------------
+-------------------------------------
 This release contains the following new features:
 
   * Scheduler and Executor v1 HTTP APIs are now considered stable.


[3/3] mesos git commit: Added MESOS-6420 to 1.1.0 CHANGELOG.

Posted by al...@apache.org.
Added MESOS-6420 to 1.1.0 CHANGELOG.


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

Branch: refs/heads/master
Commit: df25c4e9a8af8b5f5844601f0e63ab8722d6fc70
Parents: f6048fc
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Oct 28 11:32:40 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 28 11:32:40 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/df25c4e9/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 3f11527..cb71cfb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -211,6 +211,7 @@ All Issues:
   * [MESOS-6386] - "Reached unreachable statement" in LinuxCapabilitiesIsolatorTest.
   * [MESOS-6391] - Command task's sandbox should not be owned by root if it uses container image.
   * [MESOS-6393] - Deprecated SSL_ environment variables are non functional already.
+  * [MESOS-6420] - Mesos Agent leaking sockets when port mapping network isolator is ON.
   * [MESOS-6445] - Reconciliation for unreachable agent after master failover is incorrect.
   * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot.