You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/10/18 21:25:53 UTC

mesos git commit: Updated CHANGELOG for 1.0.2.

Repository: mesos
Updated Branches:
  refs/heads/master 0b02dc7a8 -> fd1b7bdfb


Updated CHANGELOG for 1.0.2.


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

Branch: refs/heads/master
Commit: fd1b7bdfb2aa8a6f3dffab9ce8114c1a3c183e23
Parents: 0b02dc7
Author: Vinod Kone <vi...@gmail.com>
Authored: Tue Oct 18 14:14:05 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Tue Oct 18 14:14:05 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/fd1b7bdf/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 56c9afa..9209797 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -374,22 +374,27 @@ 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-6074] - Master check failure if the metrics endpoint is polled soon after it starts.
-    * [MESOS-6075] - Avoid libprocess functions in `mesos-containerizer launch`.
-    * [MESOS-6122] - Mesos slave throws systemd errors even when passed a flag to disable systemd.
+    * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w \ufeff\u2060sendExecutorTerminatedStatusUpdate()\ufeff\u2060 and \ufeff\u2060_statusUpdate()\ufeff\u2060
+    * [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`.
+    * [MESOS-6118] - Agent would crash with docker container tasks due to host mount table read.
+    * [MESOS-6122] - Mesos slave throws systemd errors even when passed a flag to disable systemd
     * [MESOS-6152] - Resource leak in libevent_ssl_socket.cpp.
-    * [MESOS-6235] - Add 'os::spawn', 'argv' variant of 'os::system'.
-    * [MESOS-6245] - Driver based schedulers using explicit acknowledgements cannot acknowledge updates from HTTP based executors.
-    * [MESOS-6233] - Master CHECK fails during recovery while relinking to other masters.
-    * [MESOS-6234] - Potential socket leak during Zookeeper network changes.
-    * [MESOS-6246] - Libprocess links will not generate an ExitedEvent if the socket creation fails.
-    * [MESOS-6299] - Master doesn't remove task from pending when it is invalid.
-    * [MESOS-6026] - Tasks mistakenly marked as FAILED due to race b/w sendExecutorTerminatedStatusUpdate() and _statusUpdate().
-    * [MESOS-6269] - CNI isolator doesn't activate loopback interface.
-    * [MESOS-6274] - Agent should not allow HTTP based executors to subscribe before containerizer recovery is done.
-    * [MESOS-6324] - CNI should not use `ifconfig` in executors `pre_exec_command`.
+    * [MESOS-6216] - LibeventSSLSocketImpl::create is not safe to call concurrently with os::getenv
+    * [MESOS-6233] - Master CHECK fails during recovery while relinking to other masters
+    * [MESOS-6234] - Potential socket leak during Zookeeper network changes
+    * [MESOS-6245] - Driver based schedulers performing explicit acknowledgements cannot acknowledge updates from HTTP based executors.
+    * [MESOS-6246] - Libprocess links will not generate an ExitedEvent if the socket creation fails
+    * [MESOS-6269] - CNI isolator doesn't activate loopback interface
+    * [MESOS-6274] - Agent should not allow HTTP executors to re-subscribe before containerizer recovery is done.
+    * [MESOS-6324] - CNI should not use `ifconfig` in executors `pre_exec_command`
     * [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.
+
+** Improvement
+    * [MESOS-6075] - Avoid libprocess functions in `mesos-containerizer launch`.
+    * [MESOS-6299] - Master doesn't remove task from pending when it is invalid
 
 
 Release Notes - Mesos - Version 1.0.1