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:16:28 UTC

[3/3] mesos git commit: Fixed 1.1.0 CHANGELOG.

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

Branch: refs/heads/1.1.x
Commit: eb29b03d798f72d364b97c36924ff97d794426de
Parents: b0b6a86
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Oct 28 11:11:41 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Oct 28 11:16:30 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/eb29b03d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index b9c13ac..893bbf7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,7 +35,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
@@ -139,7 +139,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.
@@ -207,8 +207,9 @@ 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-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.
 
 ** Documentation
   * [MESOS-5221] - Add Documentation for Nvidia GPU support.
@@ -359,7 +360,6 @@ 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.